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
|
Tue, 28 Jun 2011 14:23:08 +0800 |
Thinker K.F. Li |
Fix argument issue of to_str() of dex types
|
Tue, 28 Jun 2011 13:36:39 +0800 |
Thinker K.F. Li |
composite run to_str() with children return by children()
|
Tue, 28 Jun 2011 13:03:23 +0800 |
Thinker K.F. Li |
Fix _rawstr.to_str() in dexfile.py
|
Tue, 28 Jun 2011 12:54:22 +0800 |
Thinker K.F. Li |
Testcase for _dex_type.to_str()
|
Tue, 28 Jun 2011 10:25:54 +0800 |
Thinker K.F. Li |
Fix and test restore_depedencies()
|
Mon, 27 Jun 2011 18:09:31 +0800 |
Thinker K.F. Li |
testcase for restore_dependencies()
|
Mon, 27 Jun 2011 13:17:42 +0800 |
Thinker K.F. Li |
Remove unused lines.
|
Sun, 26 Jun 2011 21:34:52 +0800 |
Thinker K.F. Li |
Fix issue misbehavior for dependency when update_offset()
|
Sat, 25 Jun 2011 08:16:16 +0800 |
Thinker K.F. Li |
Fix semantic bug of dexfile.depend_off_rel by searching relative offset.
|
Fri, 24 Jun 2011 10:56:33 +0800 |
Thinker K.F. Li |
Resolve problem of false of cond objects when build associations
|
Fri, 24 Jun 2011 00:33:08 +0800 |
Thinker K.F. Li |
Seeking parents in reversed order for _build_associations()
|