log

age author description
Sun, 08 May 2011 22:30:34 +0200 Michael Starzinger Added new test runner for Smali tests. default tip
Mon, 02 May 2011 19:42:59 +0200 Mario Torre Remove file left over from the last commit.
Mon, 02 May 2011 19:35:59 +0200 Mario Torre Remove SPI (moved to IcedRobot sub project).
Thu, 28 Apr 2011 00:26:59 +0200 Michael Starzinger Implemented rewriting of fill-array-data.
Tue, 19 Apr 2011 21:40:04 +0200 Xerxes R?nby Implement VMRuntimeSPI get/setTargetHeapUtilization
Fri, 15 Apr 2011 22:35:39 +0200 Mario Torre Add service provider interfaces for dalvik.
Wed, 13 Apr 2011 09:53:30 +0200 Michael Starzinger Fixed labels between invocation and result move.
Tue, 12 Apr 2011 23:47:46 +0200 Michael Starzinger Code drop of DEX dumper tool.
Tue, 12 Apr 2011 23:41:58 +0200 Michael Starzinger Fixed merging of join points for labels.
Tue, 12 Apr 2011 22:56:37 +0200 Mario Torre Add new helper class used by the android framework.
Tue, 12 Apr 2011 22:55:38 +0200 Mario Torre Fix public method signatures and add inner class exception.
Mon, 11 Apr 2011 11:05:15 +0200 Michael Starzinger Fixed enumerations as annotation parameters.
Sun, 10 Apr 2011 23:54:27 +0200 Michael Starzinger Implemented lazy parsing for DEX parser.
Sun, 10 Apr 2011 23:52:10 +0200 Michael Starzinger Added compatibility wrapper for block guard.
Fri, 08 Apr 2011 18:41:22 +0200 Michael Starzinger Implemented rewriting of parameter annotations.
Fri, 08 Apr 2011 16:47:50 +0200 Michael Starzinger Implemented rewriting of annotations.
Mon, 04 Apr 2011 23:41:06 +0200 Michael Starzinger Added regression test for long shifting bug.
Mon, 04 Apr 2011 23:21:45 +0200 Michael Starzinger Adapted parser interface for annotations.
Mon, 04 Apr 2011 23:11:15 +0200 Michael Starzinger Fixed parsing of encoded float and double values.
Mon, 04 Apr 2011 18:59:04 +0200 forax Add doc comments to PatchMethodVisitor
Mon, 04 Apr 2011 18:57:42 +0200 forax Add a new tool VerifierTheWorld that takes a dex and verifies each method of each class
Mon, 04 Apr 2011 18:54:11 +0200 forax Fix: SHR, SHL, USHR takes an int as second parameter and not a double.
Mon, 04 Apr 2011 13:51:54 +0200 forax Interpreter registers state is not propagated from the start of a try to the corresponding exception handler.
Fri, 01 Apr 2011 23:52:15 +0200 forax merge
Fri, 01 Apr 2011 23:50:53 +0200 forax Daneel verifier should use a basic verifier instead of the simple verifier
Fri, 01 Apr 2011 23:39:16 +0200 forax Fix: owner of a method call can be an array
Fri, 01 Apr 2011 20:21:13 +0200 Michael Starzinger Added definition of access flag constants.
Fri, 01 Apr 2011 11:15:49 +0200 forax Add a flag daneel.verify to enable post verification of DEX to bytecode translation
Thu, 31 Mar 2011 00:54:29 +0200 Michael Starzinger Implemented information skipping for parser.
Thu, 31 Mar 2011 00:04:19 +0200 Michael Starzinger Adapted parser interface to allow skipping.