diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-03-15 13:38:22 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-03-15 13:38:22 (GMT) |
commit | 4ad9e532a78401f787f0a8a6742095512b520488 (patch) | |
tree | 2b71914a52fc930be78939362b16756efe9caa68 /ChangeLog | |
parent | a2b767b244e03f00c6a987bbd9872796ed385f47 (diff) |
Avoided to crash when analysing crackmes such as grainne.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@55 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +2009-03-15 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/line.c: + * src/analysis/line.h: + Add flags to lines and draw them in the margin if needed. Find lines by + their offset. + + * src/arch/processor.c: + Typo. + + * src/binary.c: + Specify the entry point for rendering. + + * src/format/elf/e_elf.c: + Handle some corrupted fields in the ELF header (sizes and quantities of + the section and program (!?) entries). Rely on program header to provide + code to analyse if none is found. + + * src/format/elf/elf-int.h: + Fix the ELF_PHDR macro (. -> ()->). + + * src/format/elf/Makefile.am: + Add LIBGTK_CFLAGS to INCLUDES in order to be able to print log messages. + + * src/format/exe_format.c: + * src/format/exe_format.h: + * src/format/exe_format-int.h: + Give the entry point of a loaded program. + + * src/gtksnippet.c: + Update a call to draw_rendering_line(). + 2009-03-14 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |