log

age author description
Mon, 25 Jul 2011 15:22:03 +0800 Thinker K.F. Li Fix bug of DEXFile_linked.get_classdef_name
Mon, 25 Jul 2011 14:22:08 +0800 Thinker K.F. Li dexfile_insert_class() returns a clone object
Mon, 25 Jul 2011 13:23:02 +0800 Thinker K.F. Li Add DEXFile_linked to model linked DEX
Mon, 25 Jul 2011 10:01:14 +0800 Thinker K.F. Li Build dependencies for injection testcases
Sun, 24 Jul 2011 22:29:25 +0800 Thinker K.F. Li Fix testcase to match changes of format strings
Sun, 24 Jul 2011 22:28:21 +0800 Thinker K.F. Li Testcase for code injection
Sun, 24 Jul 2011 20:54:54 +0800 Thinker K.F. Li Refactoring procedure of initialize dependency declarations
Sun, 24 Jul 2011 19:15:04 +0800 Thinker K.F. Li Clone objects with meta info
Sat, 23 Jul 2011 23:02:39 +0800 Thinker K.F. Li Add injection.py
Sat, 23 Jul 2011 11:19:43 +0800 Thinker K.F. Li Warning for unknown map type
Thu, 21 Jul 2011 12:24:12 +0800 Thinker K.F. Li Add test data fakefile.dex
Wed, 20 Jul 2011 21:31:22 +0800 Thinker K.F. Li Add dump_code.py
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
Wed, 20 Jul 2011 01:55:48 +0800 Thinker K.F. Li Add classDataOffRef for _DEX_ClassDef
Tue, 19 Jul 2011 18:46:30 +0800 Thinker K.F. Li Add doc for doxygen
Tue, 19 Jul 2011 18:03:30 +0800 Thinker K.F. Li Add Doxyfile
Tue, 19 Jul 2011 18:01:11 +0800 Thinker K.F. Li Refactoring dalvik_opcodes to be more structured
Tue, 19 Jul 2011 12:41:09 +0800 Thinker K.F. Li Merge from head
Tue, 19 Jul 2011 12:40:30 +0800 Thinker K.F. Li Add helloworld.dex
Tue, 12 Jul 2011 17:09:49 +0800 Thinker K.F. Li Pass filename from argument list for dexfile.py
Tue, 12 Jul 2011 12:44:56 +0800 Thinker K.F. Li Add spechrecorder.dex from Android 2.3 as one test data
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:58:43 +0800 Thinker K.F. Li break long lines
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
Wed, 29 Jun 2011 19:56:24 +0800 Thinker K.F. Li adler32
Wed, 29 Jun 2011 19:27:09 +0800 Thinker K.F. Li Add DEXFile.make_checksum()
Tue, 28 Jun 2011 14:42:46 +0800 Thinker K.F. Li Remove redundants in children list of DEXFile