diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-12-16 21:13:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-12-16 21:13:42 (GMT) |
commit | 04dfbc68e7cd5036017f097a67ba5f0288ddace0 (patch) | |
tree | 2cf10137c3c47c1c0877c67b48f7aeb86d9cbfcb /ChangeLog | |
parent | a1c2bc0c3b6f4b4fda9c50beeb09a1f699419e2a (diff) |
Created operands for resolving symbols in disassembly code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@442 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 57 |
1 files changed, 57 insertions, 0 deletions
@@ -1,3 +1,60 @@ +14-12-16 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/fetch.c: + Execute post operations on instructions after disassembling. + + * src/analysis/disass/links.c: + * src/analysis/disass/loop.c: + Fix headers. + + * src/analysis/disass/output.c: + Use the new theme item for labels. + + * src/analysis/routine.h: + Fix headers. + + * src/arch/arm/v7/helpers.c: + Fix a bug when computing the Most Significant Bit of a value. + + * src/arch/arm/v7/Makefile.am: + Add the 'post.[ch]' files to libarcharmv7_la_SOURCES. + + * src/arch/arm/v7/opdefs/bl_A8825.d: + Fix definitions. + + * src/arch/arm/v7/post.c: + * src/arch/arm/v7/post.h: + New entries: define new post handlers for 'bl' and 'blx' opcodes. + + * src/arch/arm/v7/processor.c: + Manually set post operations for instructions. + + * src/arch/immediate.c: + Bad hack: leak an internal value. This needs to be fixed! + + * src/arch/instruction.c: + * src/arch/instruction.h: + * src/arch/instruction-int.h: + Set and use post disassembling callbacks. + + * src/arch/Makefile.am: + Add the 'target.[ch]' files to libarch_la_SOURCES. + + * src/arch/target.c: + * src/arch/target.h: + New entries: create operands for resolving symbols in disassembly code. + + * src/format/dex/method.h: + Fix headers. + + * src/format/format.c: + Sort all symbols when their list gets modified. + + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + * themes/segments.css: + Introduce a new theme item for labels. + 14-12-15 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/output.c: |