log

age author description
Wed, 10 Aug 2011 14:28:24 +0800 Thinker K.F. Li Fix bug of redirect methodid for XXX_RANGE istructions
Wed, 10 Aug 2011 14:04:02 +0800 Thinker K.F. Li Fix issue that dalvik complaining fail to verify code.
Tue, 09 Aug 2011 21:52:05 +0800 Thinker K.F. Li Fix issue of corrupted offset list in _DEX_AnnotationSetItem after injection
Tue, 09 Aug 2011 21:28:13 +0800 Thinker K.F. Li Make sure elements are absolute incremental for sorted arrays when injecting.
Tue, 09 Aug 2011 17:23:01 +0800 Thinker K.F. Li Wrap _DEX_TypeList to _DEX_TypeList_align before append to list.
Tue, 09 Aug 2011 17:16:43 +0800 Thinker K.F. Li Remove useless code
Tue, 09 Aug 2011 15:30:45 +0800 Thinker K.F. Li Following the ref in resotre_dependencies()
Tue, 09 Aug 2011 11:47:43 +0800 Thinker K.F. Li Fix issue of data map verification.
Tue, 09 Aug 2011 00:07:04 +0800 Thinker K.F. Li Apply array sorting in inject_redir.py
Tue, 09 Aug 2011 00:06:58 +0800 Thinker K.F. Li update index of elements while calling update_offset()
Mon, 08 Aug 2011 22:48:14 +0800 Thinker K.F. Li Apply array sorting in inject_redir.py
Mon, 08 Aug 2011 22:34:11 +0800 Thinker K.F. Li Sort arrays in rules requested by dalvik
Mon, 08 Aug 2011 17:26:05 +0800 Thinker K.F. Li Fix wrong init value for computing checksum
Sun, 07 Aug 2011 23:02:08 +0800 Thinker K.F. Li Add compute_size() for DEX types that missed it
Sun, 07 Aug 2011 22:07:08 +0800 Thinker K.F. Li Fixing compute_size() and sizeof() for DEX types.
Sat, 06 Aug 2011 19:09:15 +0800 Thinker K.F. Li Test case for restore_dependencies()
Sat, 06 Aug 2011 19:07:20 +0800 Thinker K.F. Li Call _install_dexfile_4_deptracker() to make sure testcase right
Sat, 06 Aug 2011 08:49:30 +0800 Thinker K.F. Li Synchronize value of fields of DEXFile.
Fri, 05 Aug 2011 21:51:35 +0800 Thinker K.F. Li Fix issue of compute_size of various types
Fri, 05 Aug 2011 14:39:32 +0800 Thinker K.F. Li Add inject_redir.py example
Thu, 04 Aug 2011 21:57:22 +0800 Thinker K.F. Li Check redirection
Thu, 04 Aug 2011 19:12:49 +0800 Thinker K.F. Li Fix testcase for travel_dex_relocatable()
Thu, 04 Aug 2011 18:30:11 +0800 Thinker K.F. Li Fix issue of proto matching.
Thu, 04 Aug 2011 15:55:01 +0800 Thinker K.F. Li Add inject_classdefs() for injecting classdef to DEX
Tue, 02 Aug 2011 20:40:48 +0800 Thinker K.F. Li Change interface of dexfile_insert_classdefs_relative
Tue, 02 Aug 2011 18:10:48 +0800 Thinker K.F. Li Let user specify redirection map for methods
Tue, 02 Aug 2011 13:49:41 +0800 Thinker K.F. Li Remove unused code
Mon, 01 Aug 2011 22:23:55 +0800 Thinker K.F. Li Add dexfile_insert_class_relative()
Mon, 01 Aug 2011 15:00:29 +0800 Thinker K.F. Li Add collect_typeidxs_mentioned_by_class()
Mon, 01 Aug 2011 14:37:04 +0800 Thinker K.F. Li Add collect_typeidxs_in_method()