diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-01-29 22:49:43 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-01-29 22:49:43 (GMT) |
commit | 896b31fbbef2fba442566a422fa4d409771b61dd (patch) | |
tree | b75725f043d54e5a454216a11d89018956ee9c26 /ChangeLog | |
parent | 6c51b9eed427fd55ce1457834853386cc8d543cd (diff) |
Introduced specific operations for ELF architectures.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 18-01-29 Cyrille Bagard <nocbos@gmail.com> + * plugins/elf/elf-int.h: + * plugins/elf/format.c: + Introduce specific operations for ELF architectures. + + * plugins/elf/helper_arm.c: + * plugins/elf/helper_arm.h: + Fix virtual addresses for the Thumb mode. + + * plugins/elf/program.c: + * plugins/elf/symbols.c: + Update code. + +18-01-29 Cyrille Bagard <nocbos@gmail.com> + * plugins/elf/dynamic.c: * plugins/elf/dynamic.h: Extract more information from the PT_DYNAMIC segment. |