diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-12-25 16:31:33 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-12-25 16:31:33 (GMT) |
commit | 19e1a97fafb1b73d0efcd995b31951daf1a5c661 (patch) | |
tree | 9cbc897ddb1d3005fb8dadfa3ad830c607acdddd /ChangeLog | |
parent | 9cab778bfaaca2589a383445e8569d99d73374d5 (diff) |
Cleaned all the code for immediate operands.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@444 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +14-12-25 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/fetch.c: + Prepare a new way to disassemble code. + + * src/arch/arm/v7/link.c: + * src/arch/arm/v7/link.h: + New entries: define links between some kinds of instructions. + + * src/arch/arm/v7/Makefile.am: + Add the 'link.[ch]' files to libarcharmv7_la_SOURCES. + + * src/arch/arm/v7/post.c: + * src/arch/arm/v7/post.h: + Clean and update code for symbols resolutions. + + * src/arch/arm/v7/processor.c: + Register new hooks for instructions processing. + + * src/arch/context.c: + * src/arch/context.h: + * src/arch/context-int.h: + Prepare a new way to disassemble code. + + * src/arch/dalvik/operand.c: + Update code. + + * src/arch/immediate.c: + * src/arch/immediate.h: + Clean all the code for immediate operands. + + * src/arch/instruction.c: + * src/arch/instruction.h: + * src/arch/instruction-int.h: + Refine hooks registered for processing instructions. + + * src/arch/raw.c: + * src/arch/x86/operand.c: + * src/arch/x86/operands/modrm.c: + * src/arch/x86/operands/moffs.c: + Update code. + + * src/format/elf/symbols.c: + * src/format/format.c: + * src/format/format.h: + * src/format/format-int.h: + Provide the address of the found entry point. + 14-12-24 Cyrille Bagard <nocbos@gmail.com> * src/arch/arm/v7/opcodes/Makefile.am: |