diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-01-30 23:37:39 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-01-30 23:37:39 (GMT) |
commit | d246c98c515cb44c5bc4c742a674bae2e824872b (patch) | |
tree | 2ea1ec27ae5fba761ee778ba4ddb85c7752ebbf5 /ChangeLog | |
parent | 262c95e0b088a56e9fd919edc57ad19f85e2e40e (diff) |
Bound a symbol for each loaded value for 'ldr' instructions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@462 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +15-01-31 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/area.c: + * src/analysis/disass/area.h: + * src/analysis/disass/fetch.c: + Introduce new extra symbols into disassembled code areas. + + * src/arch/arm/v7/link.c: + Bind a symbol for each loaded value for 'ldr' instructions. + + * src/arch/context.c: + * src/arch/context.h: + * src/arch/context-int.h: + Memorize extra symbols created during the disassembling process. + + * src/arch/raw.c: + * src/arch/raw.h: + Provide a way to create raw instructions from given values. + + * src/arch/vmpa.c: + * src/arch/vmpa.h: + Fix a bug when computing the difference between addresses. Compute + the end of a memory range. + + * src/format/format.c: + * src/format/format.h: + Provide a way to look for a symbol located at a given address. + + * src/format/symbol.c: + * src/format/symbol.h: + Update the location of a symbol when incomplete. + 15-01-26 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |