diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 17-11-12 Cyrille Bagard <nocbos@gmail.com> + * plugins/elf/elf_def.h: + Update the list of tags for ELF dynamic entries. + + * plugins/elf/python/Makefile.am: + Add the 'constants.[ch]' files to libelfpython_la_SOURCES. + + * plugins/elf/python/constants.c: + * plugins/elf/python/constants.h: + New entries: export the ELF tags to the Python bindings. + + * plugins/elf/python/format.c: + Update code. + +17-11-12 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/analysis/content.c: Improve the type of data read from loaded contents. |