diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-01-29 21:08:53 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-01-29 21:08:53 (GMT) |
commit | 14abff97c2ba0940c2dcf2e37eb080ebdb923c6f (patch) | |
tree | 60f9bc40853754d126bb0d547fbf8d5c00146012 /ChangeLog | |
parent | 21493170bb188ad9548820c830c3e8d7055e3f46 (diff) |
Begun to support PE binaries.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@47 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2009-01-29 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from 'src/format/pe/' directories to AC_CONFIG_FILES. + + * src/binary.c: + Update code. + + * src/format/Makefile.am: + Add pe to SUBDIRS. + + * src/format/pe/e_pe.c: + * src/format/pe/e_pe.h: + * src/format/pe/Makefile.am: + * src/format/pe/pe-int.h: + New entries: begin to support PE binaries. + + * src/Makefile.am: + Update openida_LDADD. + 2009-01-25 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |