diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2011-10-05 19:34:00 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2011-10-05 19:34:00 (GMT) |
commit | e8d2795d9ec2c8845641863fc42ce39f9e92906b (patch) | |
tree | 722b96e48843335f45735a5d01a8dcf0114c870d /ChangeLog | |
parent | 02cb3aa4e7b18b644b034a5c659c332becf99c9b (diff) |
Supported a few more Dalvik opcodes.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@211 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +11-10-05 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/disassembler.c: + * src/analysis/disass/fetch.c: + Count and print the quantity of decoded instruction in DEBUG mode. + + * src/arch/dalvik/instruction.c: + * src/arch/dalvik/instruction.h: + * src/arch/dalvik/op_array.c: + * src/arch/dalvik/opcodes.h: + Support a few more Dalvik opcodes. + + * src/arch/dalvik/operand.c: + * src/arch/dalvik/operand.h: + Support two extra operand format: 22x and 31t. + + * src/arch/dalvik/op_move.c: + * src/arch/dalvik/processor.c: + Support a few more Dalvik opcodes. + + * src/format/part.c: + * src/format/part.h: + Store and provide the quantity of decoded instruction in DEBUG mode. + 11-10-01 Cyrille Bagard <nocbos@gmail.com> * plugins/pyoida/plugin.c: |