diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -1,5 +1,55 @@ 15-01-31 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/fetch.c: + Removed all fixed entry points. + + * src/format/dex/dex.c: + Update code. + + * src/format/elf/dynamic.c: + * src/format/elf/dynamic.h: + New entries: manage the DYNAMIC program header and its content. + + * src/format/elf/elf.c: + Update code. + + * src/format/elf/elf_def.h: + Define some extra tags for dynamic entries types. + + * src/format/elf/elf-int.c: + * src/format/elf/elf-int.h: + Provide a function to load a dynamic entry. + + * src/format/elf/Makefile.am: + Add the new 'dynamic.[ch]' files to libformatelf_la_SOURCES. + + * src/format/elf/symbols.c: + Define many entry points from many identified potential candidates. + + * src/format/executable.c: + * src/format/executable.h: + * src/format/executable-int.h: + * src/format/exe_format.c: + * src/format/exe_format.h: + Update code. + + * src/format/format.c: + * src/format/format.h: + * src/format/format-int.h: + Store and provide many found entry points when asked. + + * src/format/java/java.c: + * src/format/pe/pe.c: + Update code. + + * src/format/symbol.h: + Define a new type for symbols: STP_ENTRY_POINT. + + * src/plugins/overjump/overjump.c: + Update code. + +15-01-31 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/area.c: * src/analysis/disass/area.h: * src/analysis/disass/fetch.c: |