diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-02-10 09:56:11 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-02-10 09:56:11 (GMT) |
commit | 34e1a14aced520ba06ee1b81cfd7710e97c1643f (patch) | |
tree | 2657c22041ab954bb2165553f71141b7843956a2 /ChangeLog | |
parent | 3467b0cdb09976faccc6dbef09315cc38dbe6fb5 (diff) |
Improved the disassembling process by handling loops in code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@339 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +13-02-10 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/disassembler.c: + Update the number of steps when disassembling code. + + * src/analysis/disass/loop.c: + * src/analysis/disass/loop.h: + New entries: detect loops in code. + + * src/analysis/disass/macro.c: + Improve the disassembling process by handling loops in code. + + * src/analysis/disass/Makefile.am: + Add the 'loop.[ch]' files to libanalysisdisass_la_SOURCES. + + * src/arch/instruction.h: + * src/gtkext/graph/dot.c: + * src/gtkext/graph/layout.c: + * src/gtkext/gtklinkrenderer.c: + * src/gtkext/gtklinkrenderer.h: + Introduce and handle loop links. + 13-02-05 Cyrille Bagard <nocbos@gmail.com> * src/analysis/decomp/reduce.c: |