diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-12-08 16:46:49 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-12-08 16:46:49 (GMT) |
commit | 4dd8356e19b9e58990b2f3e0c4110aa2fe9642d1 (patch) | |
tree | 26ede3d87b05f0baeb915066cb01eee60a83f2e3 /ChangeLog | |
parent | 2a7e284702a9cf3cfd060fe50e7ef96621633aa4 (diff) |
Cut instructions flow into blocks (to be continued).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@297 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: |