diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +17-12-31 Cyrille Bagard <nocbos@gmail.com> + + * plugins/elf/elf_def.h: + Typo. + + * plugins/elf/python/Makefile.am: + Add the 'program.[ch]', 'section.[ch]' and 'translate.[ch]' files to + libelfpython_la_SOURCES. + + * plugins/elf/python/format.c: + Provide access to Elf structures from Python. Update the Python bindings. + + * plugins/elf/python/program.c: + * plugins/elf/python/program.h: + * plugins/elf/python/section.c: + * plugins/elf/python/section.h: + * plugins/elf/python/translate.c: + * plugins/elf/python/translate.h: + New entries: provide access to Elf structures from Python. + + * plugins/pychrysa/Makefile.am: + Add the 'struct.[ch]' files to pychrysalide_la_SOURCES. + + * plugins/pychrysa/pychrysa.c: + Update code. + + * plugins/pychrysa/struct.c: + * plugins/pychrysa/struct.h: + New entries: create a generic object providing dynamic fields. + 17-12-29 Cyrille Bagard <nocbos@gmail.com> * plugins/ropgadgets/select.c: |