diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -1,3 +1,45 @@ +18-01-29 Cyrille Bagard <nocbos@gmail.com> + + * plugins/elf/dynamic.c: + * plugins/elf/dynamic.h: + Extract more information from the PT_DYNAMIC segment. + + * plugins/elf/elf_def.h: + Improve the macro definitions for relocations. + + * plugins/elf/format.c: + Insert some extra processings atfer the disassembly process. + + * plugins/elf/helper_arm.c: + * plugins/elf/helper_arm.h: + Resolve relocation offsets for ARM. + + * plugins/elf/loading.c: + * plugins/elf/loading.h: + Rely on threads to load more ELF information. + + * plugins/elf/section.c: + Make all arguments optional when looking for section parameters. + + * plugins/elf/symbols.c: + * plugins/elf/symbols.h: + Handle properly imported/exported ELF symbols, as well as all other symbols. + + * src/analysis/binary.c: + Update the format symbols after disassembling. + + * src/common/sort.c: + * src/common/sort.h: + Compare uint64_t integers. + + * src/format/format-int.h: + * src/format/format.c: + * src/format/format.h: + Update code for post-processing. Create new ways to search for symbols. + + * src/format/symiter.c: + Add a check for locked format symbol list. + 18-01-26 Cyrille Bagard <nocbos@gmail.com> * plugins/elf/format.c: |