diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-08-25 21:03:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-08-25 21:03:25 (GMT) |
commit | 90a79bf4c2c21715e5ef9d8a370928d218c08784 (patch) | |
tree | 57afefc5caa098f4c34ac2d382d085f736245990 /ChangeLog | |
parent | dd51bdbc51abec252ad5169d722a8b6faa53c1ac (diff) |
Loaded lots of ELF header information as symbols.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@393 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1,3 +1,41 @@ +14-08-25 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.h: + Typo. + + * src/analysis/disass/fetch.c: + Update code. + + * src/analysis/disass/output.c: + Add comments from some kinds of loaded symbols. + + * src/arch/immediate.h: + Fix a typo bug. + + * src/arch/instruction.c: + * src/arch/instruction.h: + * src/arch/instruction-int.h: + Return a buffer line when printing one instruction. + + * src/arch/raw.c: + * src/arch/raw.h: + Show data as padding when required. + + * src/arch/vmpa.c: + Fix a typo bug. + + * src/format/elf/elf_def.h: + * src/format/elf/elf-int.c: + * src/format/elf/symbols.c: + Load lots of ELF header information as symbols. + + * src/format/format.c: + Remove debug code. + + * src/format/symbol.c: + * src/format/symbol.h: + Attach comments to symbols. + 14-08-20 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbuffersegment.c: |