diff options
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:  | 
