diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -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: |