diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-12 21:28:01 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-12 21:28:01 (GMT) |
commit | 5fce21379baac06b7b9359c4b0fcb7fb3867c301 (patch) | |
tree | 19bf2943fe5a8a46bae227b8863bc9714fb3ec66 /ChangeLog | |
parent | 8ee7fc5db965adaa835ca87bb3d2e2d43e52fbbb (diff) |
Added the ELF strings to the preloaded instruction list.
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: |