diff options
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: |