diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-10-13 23:30:30 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-10-13 23:30:30 (GMT) |
commit | 18beadb4192144b00c06769645befb17ae1ce98e (patch) | |
tree | 9d29be95f3343bf8126ca99c42907242ceb57714 /ChangeLog | |
parent | 7800159c1dd6538f0ee9d026cf3f121a488dd647 (diff) |
Kept all information about real addresses for routine symbols (ARM vs Thumb).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@593 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +15-10-14 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/fetch.c: + Update code. + + * src/format/elf/helper_arm.c: + * src/format/elf/symbols.c: + Keep all information about real addresses for routine symbols (ARM vs Thumb). + + * src/format/format.c: + * src/format/format.h: + * src/format/format-int.h: + Register all starting points for the disassembling process. + 15-10-13 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: |