diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2010-04-05 19:22:50 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2010-04-05 19:22:50 (GMT) | 
| commit | 929150f18d23d82e8390bd98e31b1edb34bc09f1 (patch) | |
| tree | d33ca3b894dd9c7cc714a6eac696fade2b813cdf /ChangeLog | |
| parent | c853ed6c88a82e2859033c4111b0edb0372bc570 (diff) | |
Created a plugin to follow the control.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@149 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 30 | 
1 files changed, 30 insertions, 0 deletions
| @@ -1,5 +1,35 @@  10-04-05  Cyrille Bagard <nocbos@gmail.com> +	* configure.ac: +	Add the new Makefile from the 'plugins/theseus' directory to AC_CONFIG_FILES. + +	* plugins/Makefile.am: +	Add theseus to SUBDIRS. + +	* plugins/pyoida/pyoida.c: +	Disable the Python plugin. + +	* plugins/theseus/Makefile.am: +	* plugins/theseus/theseus.c: +	* plugins/theseus/theseus.h: +	New entries: create a plugin to follow the control flow in order to avoid +	showing garbage. Not yet fully working. Tested with the grainne crackme. + +	* src/analysis/binary.c: +	* src/analysis/binary.h: +	Provide the storage address of the rendering lines. + +	* src/analysis/line.c: +	* src/analysis/line.h: +	* src/analysis/line-int.h: +	Add some useful functions to remove or insert lines. + +	* src/plugins/plugin.c: +	* src/plugins/plugin-def.h: +	Add a missing argument (the plugin address) when calling exec_on_bin(). + +10-04-05  Cyrille Bagard <nocbos@gmail.com> +  	* src/format/elf/elf.c:  	* src/format/elf/elf_def.h:  	* src/format/elf/elf-int.c: | 
