summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-01-31 21:29:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-01-31 21:29:49 (GMT)
commit0936f64aac6a4fa9ebc08962bc9cac663f210c00 (patch)
treee888b4d7b547680bb26082913216bc637073e734 /ChangeLog
parentb6341581220e92114b0838a15a1c1cec1078efc2 (diff)
Saved the first steps of switch instructions decompilation.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@335 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 167da05..6c9b261 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+13-01-31 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/androhelpers/switch.c:
+ Store the case value with the link of each switch case.
+
+ * src/analysis/blocks/flow.c:
+ Update code.
+
+ * src/analysis/decomp/il.c:
+ Save the first steps of switch instructions decompilation.
+
+ * src/analysis/disass/macro.c:
+ Update code.
+
+ * src/arch/dalvik/decomp/if.c:
+ Typo.
+
+ * src/arch/dalvik/decomp/Makefile.am:
+ Add the 'switch.[ch]' files to libarchdalvikdecomp_la_SOURCES.
+
+ * src/arch/dalvik/decomp/switch.c:
+ * src/arch/dalvik/decomp/translate.h:
+ * src/arch/dalvik/instruction.c:
+ Decompile Dalvik switch instructions.
+
+ * src/arch/dalvik/opcodes/switch.c:
+ Typo.
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ * src/arch/instruction-int.h:
+ Store extra information with links between instructions.
+
+ * src/decomp/expr/immediate.c:
+ Add a note for later.
+
+ * src/decomp/instr/ite.c:
+ * src/decomp/instr/ite.h:
+ Typo.
+
+ * src/decomp/instr/Makefile.am:
+ Add the 'switch.[ch]' files to libdecompinstr_la_SOURCES.
+
+ * src/decomp/instr/switch.c:
+ * src/decomp/instr/switch.h:
+ New entries: decompile switch instructions.
+
+ * src/gtkext/graph/layout.c:
+ Update code.
+
13-01-28 Cyrille Bagard <nocbos@gmail.com>
* src/gui/panels/glance.c: