diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-02-16 17:58:35 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-02-16 17:58:35 (GMT) |
commit | d5e94fd2895a5f9c4903bdaddf75727a54aec181 (patch) | |
tree | d2f11a1862e6df3d86c4f65aeb98e6fc04e7cf3b /ChangeLog | |
parent | d93d67a2408fd5c09e73b40fdbd28d4914254a90 (diff) |
Extended the ELF format support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +18-02-16 Cyrille Bagard <nocbos@gmail.com> + + * plugins/elf/dynamic.c: + * plugins/elf/dynamic.h: + Improve the dynamic segment handle using refactoring. + + * plugins/elf/elf_def.h: + Insert some mssing ELF definitions. + + * plugins/elf/python/Makefile.am: + Add the 'elf_def.[ch]' files to libelfpython_la_SOURCES. + + * plugins/elf/python/constants.c: + * plugins/elf/python/dynamic.c: + * plugins/elf/python/dynamic.h: + Update code. + + * plugins/elf/python/elf_def.c: + * plugins/elf/python/elf_def.h: + New entries: provide the size of some internal ELF structures to Python. + + * plugins/elf/python/format.c: + Extend the ELF format support. + + * plugins/elf/python/program.c: + * plugins/elf/python/section.c: + Typo. + + * plugins/elf/symbols.c: + Update code. + 18-02-15 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysalide/arch/vmpa.c: |