log paraspace/injection.py @ 154:c659b8c7d6cb

age author description
Wed, 17 Aug 2011 08:36:33 +0800 Thinker K.F. Li Use right opcode formats
Tue, 16 Aug 2011 18:10:11 +0800 Thinker K.F. Li Inject and redirect fields
Tue, 16 Aug 2011 16:07:32 +0800 Thinker K.F. Li Move functions
Tue, 16 Aug 2011 14:53:41 +0800 Thinker K.F. Li Use classdef_rel_set to carry relative information.
Mon, 15 Aug 2011 21:51:39 +0800 Thinker K.F. Li inject_classdefs() also inject relative _DEX_StringIds.
Mon, 15 Aug 2011 19:32:46 +0800 Thinker K.F. Li Remove temporary methodid since it is unnecessary
Mon, 15 Aug 2011 17:44:24 +0800 Thinker K.F. Li Fix bug of returning _DEX_TypeList_align of dex_append_obj_list()
Mon, 15 Aug 2011 17:26:46 +0800 Thinker K.F. Li Merge typeid and methodids if injected type is already in destinate
Mon, 15 Aug 2011 15:25:39 +0800 Thinker K.F. Li Redirect string indices.
Mon, 15 Aug 2011 11:13:56 +0800 Thinker K.F. Li Fix bug of typo in dex_sort_sorted_arrays_consistent()
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: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 11:47:43 +0800 Thinker K.F. Li Fix issue of data map verification.
Fri, 05 Aug 2011 14:39:32 +0800 Thinker K.F. Li Add inject_redir.py example
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()
Mon, 01 Aug 2011 12:27:28 +0800 Thinker K.F. Li Use method redirection map for defining redirection
Sat, 30 Jul 2011 22:59:09 +0800 Thinker K.F. Li Fix bug of DEXFile_linked.find_method_name_proto().
Fri, 29 Jul 2011 16:17:15 +0800 Thinker K.F. Li dexfile_redirect_types() is almost ready.
Thu, 28 Jul 2011 13:25:55 +0800 Thinker K.F. Li Test dexfile_redirect_types
Thu, 28 Jul 2011 00:06:54 +0800 Thinker K.F. Li Redirect types
Tue, 26 Jul 2011 10:06:44 +0800 Thinker K.F. Li Make surce methods of injected class are also being and bug fixed.
Mon, 25 Jul 2011 21:53:33 +0800 Thinker K.F. Li Make sure string data list is consistent.
Mon, 25 Jul 2011 20:37:32 +0800 Thinker K.F. Li Check and fix issues of map sizes
Mon, 25 Jul 2011 16:49:28 +0800 Thinker K.F. Li Make dexfile_insert_class() pass the testcase
Mon, 25 Jul 2011 14:22:08 +0800 Thinker K.F. Li dexfile_insert_class() returns a clone object
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