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