summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62a4158..abc2950 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+16-12-23 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Do not save loaded instructions into the loaded binary.
+
+ * src/analysis/disass/area.c:
+ * src/analysis/disass/area.h:
+ Collect the loaded instructions using all available processors.
+
+ * src/analysis/disass/disassembler.c:
+ * src/analysis/disass/disassembler.h:
+ * src/analysis/disass/fetch.c:
+ * src/analysis/disass/fetch.h:
+ Update code.
+
+ * src/arch/processor-int.h:
+ * src/arch/processor.c:
+ * src/arch/processor.h:
+ Update code as the instructions are already provided using an array.
+
16-12-18 Cyrille Bagard <nocbos@gmail.com>
* src/arch/dalvik/operands/args.c: