summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddd89ea..e9f09cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+16-02-10 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/links.c:
+ Translate immediate values into targets with mode care.
+
+ * src/arch/dalvik/instruction.c:
+ Provide the encoding of Dalvik instructions, as required.
+
+ * src/arch/dalvik/operand.c:
+ * src/arch/dalvik/operand.h:
+ Update the decoding of operands. Check the quantity of bytes consumed
+ from the binary stream.
+
+ * src/arch/dalvik/operands/target.c:
+ * src/arch/dalvik/operands/target.h:
+ Update code.
+
+ * src/arch/processor.c:
+ Check all decoded instructions have a full defined location.
+
+ * src/format/dex/class.c:
+ * src/format/dex/class.h:
+ * src/format/dex/dex.c:
+ * src/format/dex/dex.h:
+ * src/format/dex/method.c:
+ * src/format/dex/method.h:
+ Improve the support of the DEX format.
+
+ * src/format/elf/elf.c:
+ Update code.
+
+ * src/format/executable-int.c:
+ Create full defined locations for architectures without virtual
+ addresses support.
+
+ * src/format/format-int.h:
+ * src/format/format.c:
+ Implement common code to complete format loading.
+
16-02-09 Cyrille Bagard <nocbos@gmail.com>
* src/arch/raw.c: