summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-10-19 15:05:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-10-19 15:05:04 (GMT)
commit10deb6bbbeeaacfec577f5b24c5f821492af77f3 (patch)
tree9db0a1679c518f6a95cdb25e38c7a281b8ea30c1 /ChangeLog
parent43f740ee35b452980e8d190660896a535816dfc3 (diff)
Registered symbols found in the PLT.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@35 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 917afe6..48ea906 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2008-10-19 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/instruction.c:
+ Define a type for the 'db' instruction.
+
+ * src/arch/instruction-int.h:
+ Add more information about instructions: virtual address and type.
+
+ * src/arch/operand.c:
+ * src/arch/operand.h:
+ Add a function to get the immediate value of an operand.
+
+ * src/arch/processor.c:
+ Save the virtual address of a decoded instruction.
+
+ * src/arch/x86/instruction.h:
+ * src/arch/x86/op_add.c:
+ * src/arch/x86/opcodes.h:
+ Register some new instructions.
+
+ * src/arch/x86/operand.c:
+ Fix a bug when reading relative addresses (16/32 bits).
+
+ * src/arch/x86/op_jump.c:
+ * src/arch/x86/op_push.c:
+ Register some new instructions and define their type.
+
+ * src/arch/x86/processor.c:
+ Register some new instructions. Fix the case of the 0x00 opcode (add).
+
+ * src/format/elf/e_elf.c:
+ Load .plt as executable section.
+
+ * src/format/elf/elf-int.h:
+ Try to support both 32 and 64 bits architectures (Elf_Rel and Elf_Sym).
+
+ * src/format/elf/symbol.c:
+ Register symbols found in the PLT.
+
2008-10-12 Cyrille Bagard <nocbos@gmail.com>
* src/binary.c: