log

age author description
Mon, 20 Jun 2011 18:39:00 +0800 Thinker K.F. Li construct children of DEXFile from map items
Mon, 20 Jun 2011 17:49:09 +0800 Thinker K.F. Li depend.child_type is replaced by null_relocatable.back_type
Mon, 20 Jun 2011 13:34:47 +0800 Thinker K.F. Li Introduce null_relocatable for any relocatable without real instance
Mon, 20 Jun 2011 13:32:15 +0800 Thinker K.F. Li Add update_offset()
Sun, 19 Jun 2011 21:08:31 +0800 Thinker K.F. Li Add dex_deptracker.restore_dependencies()
Sun, 19 Jun 2011 20:53:28 +0800 Thinker K.F. Li Remove unused depend.link()
Sun, 19 Jun 2011 19:52:58 +0800 Thinker K.F. Li More testcase for combination of cond and value_ref
Sun, 19 Jun 2011 19:36:36 +0800 Thinker K.F. Li Fix issue of _build_refs()
Sun, 19 Jun 2011 14:26:09 +0800 Thinker K.F. Li Extract to dex_deptracker.build_dependencies
Sun, 19 Jun 2011 13:47:35 +0800 Thinker K.F. Li Use value_ref & cond in dexfile.py to avoid 0 offset value
Sat, 18 Jun 2011 23:59:37 +0800 Thinker K.F. Li Use _objs_asso to define association between two set of items.
Thu, 16 Jun 2011 08:03:50 +0800 Thinker K.F. Li Serious implementation for parsing predicates in structpath.py
Wed, 15 Jun 2011 22:16:00 +0800 Thinker K.F. Li Formally parse path into parts in structpath.py
Wed, 15 Jun 2011 13:30:11 +0800 Thinker K.F. Li Support wild (*) character in structpath.py
Wed, 15 Jun 2011 12:29:46 +0800 Thinker K.F. Li Add documentation for structpath.py