diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -1,3 +1,52 @@ +12-12-08 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makfile from the 'src/analysis/blocks' directory to + AC_CONFIG_FILES. + + * plugins/androhelpers/androhelpers.c: + * plugins/androhelpers/try_n_catch.c: + * plugins/androhelpers/try_n_catch.h: + Link exception as soon as possible. + + * src/analysis/block.c: + * src/analysis/block.h: + * src/analysis/block-int.h: + * src/analysis/blocks/flow.c: + * src/analysis/blocks/flow.h: + * src/analysis/blocks/Makefile.am: + * src/analysis/blocks/virtual.c: + * src/analysis/blocks/virtual.h: + New entries: cut instructions flow into blocks (to be continued). + + * src/analysis/decomp/decompiler.c: + * src/analysis/decomp/il.c: + Remove debug output. + + * src/analysis/disass/disassembler.c: + Add a new phase of disassembling. + + * src/analysis/disass/macro.c: + * src/analysis/disass/macro.h: + New entries: cut instructions flow into blocks (to be continued). + + * src/analysis/disass/Makefile.am: + Add the macro.[ch] files to libanalysisdisass_la_SOURCES. + + * src/analysis/Makefile.am: + Add the block*[ch] files to libanalysis_la_SOURCES, + blocks/libanalysisblocks.la file to libanalysis_la_LIBADD + and blocks to SUBDIRS. + + * src/analysis/routine.h: + Include the 'block.h' header for later use. + + * src/arch/instruction.c: + Initialize the access list of registers for instructions without operand. + + * src/plugins/plugin-def.h: + Add the PGA_BINARY_GROUPED action for plugins. + 12-12-05 Cyrille Bagard <nocbos@gmail.com> * src/common/extstr.c: |