summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-01-09 20:36:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-01-09 20:36:26 (GMT)
commit7cc35e17f3af39ad9a23bff93c42d86f73dd1001 (patch)
tree13bf4ab0af8c277b5503720bb45f6a753206d241 /ChangeLog
parentdcd03173f71b09f38238f50dfcf4c1db0c014c4c (diff)
Restored some parts of the decompilation process using the new basic blocks.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@320 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13973d7..bc68fcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+13-01-09 Cyrille Bagard <nocbos@gmail.com>
+
+ * 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/virtual.c:
+ * src/analysis/blocks/virtual.h:
+ Find a basic block using an address.
+
+ * src/analysis/decomp/decompiler.c:
+ * src/analysis/decomp/il.c:
+ * src/analysis/decomp/il.h:
+ Restore some parts of the decompilation process using the new basic blocks.
+
+ * src/analysis/variable.c:
+ Set a pretty output by removing the type in the result (need to be fixed!).
+
+ * src/arch/dalvik/instruction.c:
+ Disable buggy decompilation of some opcodes.
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ Provide a fast way to get a given destination if it exists.
+
+ * src/decomp/context.c:
+ Remove an useless header.
+
13-01-06 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkbufferview.c: