diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-07-19 22:28:13 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-07-19 22:28:13 (GMT) |
commit | 59bda76b1a76d796a42ee46b9da7041dbef57253 (patch) | |
tree | 36f7d6eaa7847016b99431b1b489c6a1fdbaf33b /ChangeLog | |
parent | 3a9fe39c6a8923f45e7c96d80b0bfe52b8686ff9 (diff) |
Encapsulated all recognized variables in the stack using a new plugin (need to be continued).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@99 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,39 @@ +09-07-20 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefiles from the 'plugins' and 'plugins/stackvars' + directories to AC_CONFIG_FILES. + + * Makefile.am: + Add plugins to SUBDIRS. + + * plugins/Makefile.am: + * plugins/stackvars/Makefile.am: + * plugins/stackvars/operand.c: + * plugins/stackvars/operand.h: + * plugins/stackvars/stackvars.c: + * plugins/stackvars/stackvars.h: + New entries: encapsulate all recognized variables in the stack using a + new plugin (need to be continued). + + * src/analysis/binary.c: + Remove code and run plugins after disassembling. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Add functions to count or replace operands. + + * src/arch/x86/operand.c: + * src/arch/x86/operand.h: + Provide functions to access the internal fields of the ModRM operands. + + * src/plugins/pglist.c: + * src/plugins/pglist.h: + * src/plugins/plugin.c: + * src/plugins/plugin-def.h: + * src/plugins/plugin.h: + Change a little bit the way plugins are loaded and managed. + 09-07-18 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: |