diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 72 | 
1 files changed, 72 insertions, 0 deletions
| @@ -1,3 +1,75 @@ +15-09-19  Cyrille Bagard <nocbos@gmail.com> + +	* plugins/devdbg/speed.c: +	Remove debug code. + +	* plugins/mobicore/mclf.c: +	* plugins/mobicore/mclf.h: +	* plugins/mobicore/mobicore.c: +	Update code. + +	* plugins/pychrysa/core/Makefile.am: +	Add the missing 'formats.[ch]' files to libpychrysacore_la_SOURCES. + +	* plugins/pychrysa/core/module.c: +	Load formats core into Python. + +	* plugins/pychrysa/plugin.c: +	* plugins/python/apkfiles/apkfiles.py: +	* plugins/python/apkfiles/__init__.py: +	* plugins/ropgadgets/select.c: +	Update code. + +	* src/analysis/binaries/file.c: +	Disable this specific kind of instances for loaded binaries. + +	* src/analysis/binary.c: +	* src/analysis/binary.h: +	* src/analysis/binary-int.h: +	Build a standalone generic binary. Use binary contents as external +	entities. Only reference the main binary format and attach debug +	info to it. + +	* src/analysis/content.c: +	* src/analysis/content.h: +	* src/analysis/content-int.h: +	* src/analysis/contents/file.c: +	* src/analysis/contents/file.h: +	Describe, save and restore binary contents. + +	* src/analysis/disass/disassembler.c: +	Update code. + +	* src/analysis/project.c: +	* src/analysis/project.h: +	Store binary contents as well as loaded binaries. Update the storing and +	restoring routines. + +	* src/common/xml.c: +	* src/common/xml.h: +	Handle long values for nodes attributes. + +	* src/core/formats.c: +	* src/core/formats.h: +	Extend the prototype for matching formats in order to get it suitable +	for plugins. + +	* src/format/dwarf/dwarf.c: +	* src/format/dwarf/dwarf.h: +	* src/format/elf/elf.c: +	* src/format/elf/elf.h: +	Update code. + +	* src/format/executable.c: +	* src/format/executable.h: +	* src/format/executable-int.h: +	Store debug information when requested. + +	* src/gui/menus/project.c: +	* src/plugins/plugin.c: +	* src/plugins/plugin-int.h: +	Update code. +  15-09-11  Cyrille Bagard <nocbos@gmail.com>  	* configure.ac: | 
