diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,5 +1,27 @@ 2008-08-31 Cyrille Bagard <nocbos@gmail.com> + * src/binary.c: + Display the found [and sorted] symbols. + + * src/format/elf/e_elf.c: + Load the ELF symbols. + + * src/format/elf/elf-int.h: + Define an ELF symbol (name and address). + + * src/format/elf/Makefile.am: + Add symbol.[ch] to libformatelf_a_SOURCES. + + * src/format/elf/symbol.c: + * src/format/elf/symbol.h: + New entries: look for symbols of function. + + * src/gtksnippet.c: + * src/gtksnippet.h: + Add a way to compare two lines of code. + +2008-08-31 Cyrille Bagard <nocbos@gmail.com> + * src/arch/x86/instruction.h: * src/arch/x86/opcodes.h: Handle the new opcodes. |