summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-16 22:46:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-16 22:46:35 (GMT)
commit23c7cd436e2ec980a68e6d12a6d8a750e357763c (patch)
tree0c27434a3ab3946e9b4766ae8ebe28ab399d9d84 /ChangeLog
parentdf1f4c4e1a5bb929f4345b1273d16558c0ba77de (diff)
Made links between lines of code (x86 only).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@79 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: