summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1c2967..a7f32b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+09-06-17 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Make links between lines of code.
+
+ * src/analysis/line.c:
+ Store source and destinations of links.
+
+ * src/analysis/line_code.c:
+ * src/analysis/line_code.h:
+ Provide the instruction relative to the code line.
+
+ * src/analysis/line.h:
+ * src/analysis/line-int.h:
+ Store source and destinations of links.
+
+ * src/arch/artificial.c:
+ Update the instruction definition.
+
+ * src/arch/immediate.c:
+ * src/arch/immediate.h:
+ Convert values to vmpa_t type.
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ * src/arch/instruction-int.h:
+ Clean the code. Provide link information about instructions.
+
+ * src/arch/x86/instruction.c:
+ Provide link information about x86 instructions.
+
+ * src/arch/x86/operand.c:
+ * src/arch/x86/operand.h:
+ Give the immediate value of relative addresses.
+
09-06-14 Cyrille Bagard <nocbos@gmail.com>
* src/format/elf/symbol.c: