diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-03-11 22:40:17 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-03-11 22:40:17 (GMT) |
commit | a6acb5629572e6da4d72f4419b01672c2ea5ddf2 (patch) | |
tree | bed9fa7dfa455de09fdc474ebbae7ce985bb5517 /ChangeLog | |
parent | 1991abdadab865243168c4ff8f744e07110a01ad (diff) |
Added first steps for a full PE support.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@143 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: |