log

age author description
Tue, 15 Mar 2011 21:53:43 +0100 Roman Kennke On behalf of Remi Forax: Prototype parser using Smali and prototype rewriter using ASM.
Tue, 15 Mar 2011 00:44:25 +0100 Michael Starzinger Added visitor acceptors throughout the parser.
Tue, 15 Mar 2011 00:43:32 +0100 Michael Starzinger Adapted class data parser to recent changes.
Tue, 15 Mar 2011 00:11:00 +0100 Michael Starzinger Added parser for encoded values in DEX files.
Mon, 14 Mar 2011 22:56:10 +0100 Michael Starzinger Adapted parser interface for try-catch blocks.
Mon, 14 Mar 2011 21:30:24 +0100 Michael Starzinger Added information to method visitor interface.
Mon, 14 Mar 2011 21:25:15 +0100 Michael Starzinger Renamed one of the opcodes for the DEX parser.
Mon, 14 Mar 2011 21:19:05 +0100 Michael Starzinger Code drop for bytecode instruction parser.
Sat, 12 Mar 2011 17:09:27 +0100 Michael Starzinger Added missing parser classes for some identities.
Sat, 12 Mar 2011 17:01:05 +0100 Michael Starzinger Added utility to decode signed LEB128 values.
Fri, 11 Mar 2011 20:33:43 +0100 Michael Starzinger Added visitor interfaces for DEX file parser.
Mon, 07 Mar 2011 20:38:30 +0100 Mario Torre Prototype for a class transformer using the ASM library. Contributed by Michael Starzinger.
Mon, 07 Mar 2011 20:30:39 +0100 Mario Torre Add BufferUtil class and test. Contributed by Michael Starzinger.
Mon, 07 Mar 2011 01:34:02 +0100 Mario Torre Added main class and string output for parsing real .dex files and fix indentation and license headers.
Mon, 07 Mar 2011 01:33:33 +0100 Mario Torre Cleanup project settings.
Sun, 06 Mar 2011 21:57:00 +0100 Mario Torre add license files
Fri, 04 Mar 2011 01:20:49 +0100 Mario Torre initial code drop