diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-03-11 22:59:46 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-03-11 22:59:46 (GMT) |
commit | c4231094c9c77c685371d726d28e65c0459486de (patch) | |
tree | 2d4bb57239cb46bd2b1194c853c3a7263e487455 /ChangeLog | |
parent | 29a22c425f492427f45b71de937f2d99587c8d34 (diff) |
Inserted comments into disassembled code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@53 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +2009-03-11 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/line.c: + * src/analysis/line.h: + Attach an offset to lines and create comment lines. Provide disassembly + options for lines rendering (this part needs to be rewritten). + + * src/analysis/prototype.c: + * src/analysis/prototype.h: + Add an offset to routines information. + + * src/binary.c: + Insert comments into disassembled code. + + * src/common/dllist.c: + * src/common/dllist.h: + Add a macro for inserting items. + + * src/format/elf/e_elf.c: + * src/format/elf/e_elf.h: + * src/format/exe_format.c: + * src/format/exe_format.h: + * src/format/exe_format-int.h: + Load all routine prototypes. Enable binary parts sorting. + 2009-03-04 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |