diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-05-05 12:30:14 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-05-05 12:30:14 (GMT) |
commit | 7806ff93441318ad1f724f0b586383b61c4af859 (patch) | |
tree | cf74316115480012c51836f69fce8e02971cbf1e /ChangeLog | |
parent | 4d0451c1153eb572f5ab0833c0c0911dfdc5f11a (diff) |
Fixed a bug when creating natural execution flows.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@526 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +15-05-05 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/disassembler.c: + Reorder the disassembling steps for more sanity. + + * src/analysis/disass/links.c: + Fix a bug when creating natural execution flows. + + * src/analysis/disass/macro.c: + Fix a bug when following the execution jumps to create basic blocks. + + * src/arch/link.c: + Improve the content of debug messages. + 15-05-04 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/graph/edge.c: |