diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-10-12 20:54:54 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-10-12 20:54:54 (GMT) |
commit | 43f740ee35b452980e8d190660896a535816dfc3 (patch) | |
tree | 8ed84ae291950efd4d37a1dd553e3caac4290fc9 /ChangeLog | |
parent | c1b34ed255813ad28bf69fc28592d4cd253f7248 (diff) |
Provided default code parts to analyze.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@34 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2008-10-12 Cyrille Bagard <nocbos@gmail.com> + + * src/binary.c: + Use the new functions to analyze code. + + * src/format/elf/e_elf.c: + * src/format/elf/e_elf.h: + Provide default code parts to analyze. + + * src/format/elf/elf-int.h: + Try to support both 32 and 64 bits architectures. + + * src/format/elf/section.c: + Fix a bug if no section name is found. + + * src/format/exe_format.c: + * src/format/exe_format.h: + Add functions to handle given parts of binary code. + + * src/format/exe_format-int.h: + Provide default code parts to analyze. + 2008-10-05 Cyrille Bagard <nocbos@gmail.com> * src/binary.c: |