diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -1,3 +1,44 @@ +17-05-12 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/arch/Makefile.am: + Add the 'raw.[ch]' files to libpychrysaarch_la_SOURCES. + + * plugins/pychrysa/arch/instruction.c: + Typo. + + * plugins/pychrysa/arch/module.c: + Register the new bindings. + + * plugins/pychrysa/arch/raw.c: + * plugins/pychrysa/arch/raw.h: + New entries: add support for raw instructions with Python. + + * src/common/array.c: + * src/common/array.h: + Provide a way to copy flat array content. + + * src/format/dex/dex.c: + * src/format/elf/elf.c: + Update code. + + * src/format/elf/strings.c: + Add the ELF strings to the preloaded instruction list. + + * src/format/format-int.h: + * src/format/format.c: + Update code. + + * src/format/preload.c: + * src/format/preload.h: + Copy preloaded information when requested. + + * tests/format/elf/Makefile: + Include 'strings' as executable to build. + + * tests/format/elf/strings.asm: + * tests/format/elf/strings.py: + New entries: extend the test suite for ELF strings. + 17-05-11 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/area.c: |