summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-09-12 21:21:53 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-09-12 21:21:53 (GMT)
commit680a2ea1523c79741461649b6528c083d2cec603 (patch)
treeee5ce4d8771e8aac8427c89c12ec200a7668c964 /ChangeLog
parent0f1473cba267ad809c8e7d207b5ff5e3998745fc (diff)
Fixed two more bugs when annotating Dex code items.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a08249..e9d72c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+16-09-12 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/readdex/code.c:
+ Fix two more bugs when annotating Dex code items.
+
+ * src/arch/raw.c:
+ * src/arch/raw.h:
+ Provide a way to build signed LEB128 operands.
+
16-09-11 Cyrille Bagard <nocbos@gmail.com>
* plugins/readdex/class.c: