log paraspace/dalvik_opcodes.py @ 130:117047deda64

age author description
Thu, 28 Jul 2011 00:06:54 +0800 Thinker K.F. Li Redirect types
Wed, 27 Jul 2011 12:09:19 +0800 Thinker K.F. Li Provide convinience API to convert str block into opcode vectors
Wed, 20 Jul 2011 20:38:35 +0800 Thinker K.F. Li Fix format string for invoke-* instructions
Wed, 20 Jul 2011 20:36:51 +0800 Thinker K.F. Li Split block of code into instructions and fix insn format info
Tue, 19 Jul 2011 18:46:30 +0800 Thinker K.F. Li Add doc for doxygen
Tue, 19 Jul 2011 18:01:11 +0800 Thinker K.F. Li Refactoring dalvik_opcodes to be more structured
Sat, 02 Jul 2011 00:09:50 +0800 Thinker K.F. Li Round size of encoded Dalvik instructions to 2 times.
Sat, 02 Jul 2011 00:03:17 +0800 Thinker K.F. Li Strip instruction string for opcode with no any argument.
Fri, 01 Jul 2011 17:56:43 +0800 Thinker K.F. Li Add format_inst() in dalvik_opcodes.py
Fri, 01 Jul 2011 16:19:42 +0800 Thinker K.F. Li Add dalvik_opcode.py