diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-08-31 20:49:30 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-08-31 20:49:30 (GMT) |
commit | ada3040b9b2b6d0a2d6e2157b3f79e772e36b2d7 (patch) | |
tree | b83827a15339d01870c21b181bc9b10ac58451ac /ChangeLog | |
parent | a9e504c2e6e07d29cee620b3d34492e002d1680e (diff) |
Looked for symbols of function.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@23 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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. |