summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a33e4ab..515d4b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+16-10-10 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/contents/restricted.c:
+ * src/analysis/contents/restricted.h:
+ Create a pseudo read-only restricted content on demand.
+
+ * src/arch/dalvik/context.c:
+ * src/arch/dalvik/context.h:
+ Store data areas in Dalvik code and provide instructions for them.
+
+ * src/arch/dalvik/operand.c:
+ Remove an unused variable.
+
+ * src/arch/dalvik/processor.c:
+ Update code.
+
+ * src/arch/dalvik/pseudo/fill.c:
+ * src/arch/dalvik/pseudo/fill.h:
+ * src/arch/dalvik/pseudo/switch.c:
+ * src/arch/dalvik/pseudo/switch.h:
+ Handle switch and fill-array data pseudo-instructions without plugin.
+
+ * src/arch/vmpa.h:
+ Provide a suitable function to compare ranges and positions with bsearch().
+
16-10-09 Cyrille Bagard <nocbos@gmail.com>
* plugins/readdex/ids.c: