diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +10-03-11 Cyrille Bagard <nocbos@gmail.com> + + * src/format/elf/elf.c: + Typo. + + * src/format/format.c: + * src/format/format.h: + Include PE as a valid executable format. + + * src/format/Makefile.am: + Add pe/libformatpe.la to libformat_la_LIBADD. + + * src/format/pe/e_pe.c: + * src/format/pe/e_pe.h: + Deleted entries ; see the pe.[ch] files instead. + + * src/format/pe/Makefile.am: + * src/format/pe/pe.c: + * src/format/pe/pe_def.h: + * src/format/pe/pe.h: + * src/format/pe/pe-int.c: + * src/format/pe/pe-int.h: + * src/format/pe/section.c: + * src/format/pe/section.h: + * src/format/pe/symbols.c: + * src/format/pe/symbols.h: + Add first steps for a full PE support. + +10-02-23 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + * src/gtkext/gtkblockview.c: + Avoid crashes when loading unrecognized files. + 10-01-02 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: |