diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +17-11-29 Cyrille Bagard <nocbos@gmail.com> + + * plugins/elf/dynamic.c: + * plugins/elf/dynamic.h: + Provide the list of needed shared objects for an Elf binary. + + * plugins/elf/program.c: + * plugins/elf/program.h: + Find program headers by type. + + * plugins/elf/python/Makefile.am: + Add the 'dynamic.[ch]' files to libelfpython_la_SOURCES. + + * plugins/elf/python/dynamic.c: + * plugins/elf/python/dynamic.h: + New entries: provide the list of needed shared objects for an Elf binary. + + * plugins/elf/python/format.c: + Update code. + + * src/analysis/content-int.h: + * src/analysis/content.c: + * src/analysis/content.h: + Provide the last position in a binary content. + + * src/analysis/contents/file.c: + * src/analysis/contents/restricted.c: + Update code. + 17-11-27 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/arch/vmpa.c: |