summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-15 12:12:15 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-15 12:12:15 (GMT)
commit4c5f0e1341b094fed40f9e6944134545f971b1eb (patch)
tree2a9e85f11c480410a336a2efc5c10cc3241c0434 /ChangeLog
parent00aab2fbd9d7d3d36890fda60029cad54ea589a4 (diff)
Built proper comments for all the Dalvik switch cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94120dd..4f75240 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+16-10-15 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/db/item.c:
+ * src/analysis/db/item.h:
+ Ensure all items have their label when it is requested.
+
+ * src/arch/dalvik/link.c:
+ Build proper comments for all the Dalvik switch cases.
+
+ * src/arch/dalvik/pseudo/switch.c:
+ * src/arch/dalvik/pseudo/switch.h:
+ Follow the specifications for the sign of the switch keys and targets.
+
16-10-14 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/disassembler.c: