summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-04-04 13:31:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-04-04 13:31:33 (GMT)
commit46e46c2894ea92502734c7bbd1cbcc6cb2e46d17 (patch)
tree9b338348d6bd78e71746bfb25fa8c864dfe44d1e /ChangeLog
parentd65fbe084a91d180d17767314f4e34b7456e8436 (diff)
Updated the disassembling process order and defined ranks for basic routines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@501 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fad37ce..0845512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+15-04-04 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/block.c:
+ * src/analysis/block.h:
+ * src/analysis/block-int.h:
+ Fix the prototypes of functions looking for a block of a given address.
+
+ * src/analysis/blocks/flow.c:
+ * src/analysis/blocks/flow.h:
+ Clean the code relative to ranks.
+
+ * src/analysis/blocks/virtual.c:
+ Fix the prototypes of functions looking for a block of a given address.
+ Fix a bug when looking for the parent of such a block.
+
+ * src/analysis/disass/disassembler.c:
+ Update the disassembling process order and define ranks for basic routines.
+
+ * src/analysis/disass/limit.c:
+ * src/analysis/disass/limit.h:
+ Set the AIF_ROUTINE_START flag for the first instruction of all routines.
+
+ * src/analysis/disass/rank.c:
+ * src/analysis/disass/rank.h:
+ Define ranks for basic routines.
+
15-04-03 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gcodebuffer.c: