log paraspace/dexfile.py @ 125:b9688a3badaa

age author description
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 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 18:30:11 +0800 Thinker K.F. Li Fix issue of proto matching.
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 00:06:54 +0800 Thinker K.F. Li Redirect types
Wed, 27 Jul 2011 09:07:36 +0800 Thinker K.F. Li Add the function for finding method with a name
Tue, 26 Jul 2011 12:46:24 +0800 Thinker K.F. Li Provide method of insert class definition in DEXFile_linked class.
Mon, 25 Jul 2011 20:37:32 +0800 Thinker K.F. Li Check and fix issues of map sizes
Mon, 25 Jul 2011 17:46:20 +0800 Thinker K.F. Li Get unlinked one from a linked one
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
Sat, 23 Jul 2011 11:19:43 +0800 Thinker K.F. Li Warning for unknown map type
Wed, 20 Jul 2011 01:55:48 +0800 Thinker K.F. Li Add classDataOffRef for _DEX_ClassDef
Tue, 19 Jul 2011 18:03:30 +0800 Thinker K.F. Li Add Doxyfile
Tue, 12 Jul 2011 17:09:49 +0800 Thinker K.F. Li Pass filename from argument list for dexfile.py
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