diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-08-19 20:25:20 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-08-19 20:25:20 (GMT) |
commit | 2425953ed7330c8f92ec7d04a5f248db1ed98a9d (patch) | |
tree | f389f040f6bcc9f88d837e0e2f37cbd49758f610 /ChangeLog | |
parent | a0a7b6c1e05c78ae433f353d15e3366107b67d03 (diff) |
Added a demo symbol when loading an ELF header.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@390 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 53 |
1 files changed, 53 insertions, 0 deletions
@@ -1,3 +1,56 @@ +14-08-19 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add "-O0" to DEBUG_CFLAGS. + + * src/analysis/disass/disassembler.c: + Use a more macroscopic procedure to disassemble code. + + * src/analysis/disass/fetch.c: + * src/analysis/disass/fetch.h: + Cut binary code into two parts: raw data and symbols. + + * src/arch/archbase.h: + Allow to guess the sign or the size of a memory word. + + * src/arch/immediate.c: + * src/arch/immediate.h: + Rewrite the way values are loaded or printed. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Give access to the location of an instruction. + + * src/arch/instruction-int.h: + Provide a way to merge instructions lists. + + * src/arch/Makefile.am: + Add the 'raw.[ch]' files to libarch_la_SOURCES. + + * src/arch/raw.c: + * src/arch/raw.h: + New entries: begin to work on a replacement of 'artificial.[ch]'. + + * src/editor.c: + Change the default size of the editor. + + * src/format/elf/elf.c: + Update code. + + * src/format/elf/elf-int.c: + * src/format/elf/elf-int.h: + Add a demo symbol when loading an ELF header. + + * src/format/elf/helper_x86.c: + * src/format/elf/strings.c: + * src/format/elf/symbols.c: + * src/format/format.c: + Disable all symbols registrations. + + * src/format/symbol.c: + * src/format/symbol.h: + Create symbols based on data. + 14-08-18 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |