diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-12-31 13:42:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-12-31 13:42:25 (GMT) |
commit | e0ab9498f78ee6b4fbbba25400d78436db682899 (patch) | |
tree | bd2780e6d9613d911a36706742b5b729b9ab6a12 /ChangeLog | |
parent | 8d4ec01c81c7f4ccad89ed53d2f34acabec4f595 (diff) |
Provided access to Elf structures from Python.
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: |