diff options
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: |