diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-09-01 22:20:28 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-09-01 22:20:28 (GMT) |
commit | 04ca0756d59629113bd3f602565850a2910ac84e (patch) | |
tree | 26c70bc546e4ac55967530beb583dc851b2f82c9 /ChangeLog | |
parent | a738b482b70d263252ec4dc18919c71503490297 (diff) |
Loaded some ELF symbols from DYNSYM and SYMTAB sections.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@397 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +14-09-02 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/fetch.c: + * src/analysis/disass/output.c: + Update code. + + * src/analysis/routine.c: + * src/analysis/routine.h: + Replace all vmpa_t by the new vmpa2t types. + + * src/arch/vmpa.c: + Change the default behavior when printing addresses. + + * src/core/params.c: + * src/core/params.h: + Add a new configuration parameter for choosing between physical and virtual + addresses when naming a symbol which has no name. + + * src/format/elf/symbols.c: + Load some ELF symbols from DYNSYM and SYMTAB sections. + + * src/format/format.h: + Mark g_binary_format_add_routine() as deprecated. + + * src/format/symbol.c: + * src/format/symbol.h: + Support routines as symbols and provide the location of each kind of symbols. + 14-08-27 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/fetch.c: |