summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-12-30 08:25:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-12-30 08:25:05 (GMT)
commit57d7eff57c20e75aaa4ccd34f1d9d733e12bb232 (patch)
treea60199f7323a31e0bf22b8f8747fdf402f2c481d /ChangeLog
parent19e1a97fafb1b73d0efcd995b31951daf1a5c661 (diff)
Tracked each binary area during the disassembling process and tried to follow the execution flow.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@445 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f1a780..37e210a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+14-12-30 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/area.c:
+ * src/analysis/disass/area.h:
+ New entries: track each binary area during the disassembling process
+ and try to follow the execution flow.
+
+ * src/analysis/disass/fetch.c:
+ Clean and update the code.
+
+ * src/analysis/disass/Makefile.am:
+ Add the 'area.[ch]' files to libanalysisdisass_la_SOURCES.
+
+ * src/arch/arm/context.c:
+ Handle entry points for the disassembling process.
+
+ * src/arch/arm/processor.c:
+ Provide a context for the ARM processor.
+
+ * src/arch/arm/v7/link.c:
+ Add debug code.
+
+ * src/arch/context.c:
+ Handle entry points for the disassembling process.
+
+ * src/arch/context.h:
+ Typo.
+
+ * src/arch/context-int.h:
+ Handle entry points for the disassembling process.
+
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Allow to check if a range contains another range.
+
+ * src/gtkext/gtkextstatusbar.h:
+ Prepare some new extensions.
+
14-12-25 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/fetch.c: