summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d56fd56..917afe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2008-10-12 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/binary.c:
+ Use the new functions to analyze code.
+
+ * src/format/elf/e_elf.c:
+ * src/format/elf/e_elf.h:
+ Provide default code parts to analyze.
+
+ * src/format/elf/elf-int.h:
+ Try to support both 32 and 64 bits architectures.
+
+ * src/format/elf/section.c:
+ Fix a bug if no section name is found.
+
+ * src/format/exe_format.c:
+ * src/format/exe_format.h:
+ Add functions to handle given parts of binary code.
+
+ * src/format/exe_format-int.h:
+ Provide default code parts to analyze.
+
2008-10-05 Cyrille Bagard <nocbos@gmail.com>
* src/binary.c: