diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 09-07-16 Cyrille Bagard <nocbos@gmail.com> + * src/arch/immediate.c: + Fix types: uint64_t -> vmpa_t. + + * src/format/elf/e_elf.c: + * src/format/elf/e_elf.h: + Restore the routine address resolution. + + * src/format/elf/elf-int.h: + * src/format/elf/strings.c: + * src/format/elf/strings.h: + * src/format/exe_format.c: + * src/format/exe_format.h: + * src/format/exe_format-int.h: + Fix types: uint64_t -> vmpa_t. + +09-07-16 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/binary.c: Remove a GCC warning and compute links for unverified conditions. |