diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-06-13 22:46:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-06-13 22:46:38 (GMT) |
commit | 0f3bbcb376ee4f76142ac4ddf729403fecac2641 (patch) | |
tree | 1015b219c8125afe0689384d04f6e37130bd2fba /ChangeLog | |
parent | aed45245289e3e16d421aa6154dcb803e86addaa (diff) |
Fixed Elf format support.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@353 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +13-06-14 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makfile from the 'plugins/pychrysa/format/elf' directory + to AC_CONFIG_FILES. + + * plugins/pychrysa/format/elf/elf.c: + * plugins/pychrysa/format/elf/elf.h: + * plugins/pychrysa/format/elf/Makefile.am: + * plugins/pychrysa/format/elf/module.c: + * plugins/pychrysa/format/elf/module.h: + New entries: create basic Python Elf support. + + * plugins/pychrysa/format/Makefile.am: + Add elf/libpychrysaformatelf.la to libpychrysaformat_la_LIBADD. + + * plugins/pychrysa/format/module.c: + Load the elf module. + + * plugins/python/androperms/androperms.py: + * plugins/python/androperms/panel.py: + Only process Dex binaries. + + * src/analysis/binaries/file.c: + Load file content. + + * src/analysis/binary.c: + Free data on unload. + + * src/format/format.c: + Typo. + 13-06-10 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbuffersegment.c: |