summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-12-13 11:54:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-12-13 11:54:32 (GMT)
commit7468875c1022337efbff78069d715672ae083150 (patch)
tree0a8e5ce9cce113506a601539c9aa0a1b4ae48680 /ChangeLog
parentc6409e2c6a390a7cca40da8572c93a5268e90a27 (diff)
Loaded and saved binary parts.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@140 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog49
1 files changed, 49 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1deb97d..f5f5ab2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+09-12-13 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Load and save binary parts (default, routines and user defined).
+
+ * src/analysis/line.c:
+ * src/analysis/line-int.h:
+ Use the new functions to insert lines.
+
+ * src/arch/jvm/Makefile.am:
+ * src/arch/Makefile.am:
+ * src/arch/mips/Makefile.am:
+ * src/arch/x86/Makefile.am:
+ Add LIBXML_CFLAGS to INCLUDES.
+
+ * src/common/dllist.c:
+ * src/common/dllist.h:
+ Remove the buggy *splice* functions and replace them with dl_list_add_before.
+
+ * src/common/xml.c:
+ * src/common/xml.h:
+ Create functions to add nodes or attributes to XML nodes.
+
+ * src/format/elf/elf.c:
+ Provide a way to translate a file offset into a virtual address.
+
+ * src/format/elf/Makefile.am:
+ Add LIBXML_CFLAGS to INCLUDES.
+
+ * src/format/elf/section.c:
+ * src/format/elf/section.h:
+ * src/format/executable.c:
+ * src/format/executable.h:
+ * src/format/executable-int.h:
+ Provide a way to ranslate a file offset into a virtual address.
+
+ * src/format/java/Makefile.am:
+ Add LIBXML_CFLAGS to INCLUDES.
+
+ * src/format/Makefile.am:
+ Add LIBXML_CFLAGS to INCLUDES.
+
+ * src/format/part.c:
+ * src/format/part.h:
+ Load and save parts unsing XML.
+
+ * src/format/pe/Makefile.am:
+ Add LIBXML_CFLAGS to INCLUDES.
+
09-12-02 Cyrille Bagard <nocbos@gmail.com>
* src/format/elf/helper_x86.c: