log

age author description
Thu, 17 Mar 2011 21:05:37 +0100 Michael Starzinger Moved type mangling operations into rewriter.
Thu, 17 Mar 2011 20:50:08 +0100 Mario Torre Header file changes.
Thu, 17 Mar 2011 20:31:16 +0100 volker for arg == 7 the format byte is negative, we need to mask it.
Thu, 17 Mar 2011 02:29:41 +0100 Michael Starzinger Temporary disabled failing test.
Thu, 17 Mar 2011 01:46:37 +0100 Mario Torre Update ignore list.
Thu, 17 Mar 2011 01:44:59 +0100 Mario Torre Add JOptSimple to pom.
Thu, 17 Mar 2011 01:44:33 +0100 Mario Torre Expose Methods from Daneel.
Thu, 17 Mar 2011 01:30:14 +0100 Michael Starzinger Cleanup of parser code visibility flags.
Thu, 17 Mar 2011 01:07:27 +0100 Michael Starzinger Added preliminary class loader for Daneel.
Thu, 17 Mar 2011 00:56:23 +0100 Michael Starzinger Added stable entry point to DEX rewriter.
Wed, 16 Mar 2011 23:13:52 +0100 Michael Starzinger Added utility class for name and type mangling.
Wed, 16 Mar 2011 22:52:53 +0100 Roman Kennke Merged.
Wed, 16 Mar 2011 22:28:11 +0100 Roman Kennke Added assembly configuration to pom to create self contained JAR.
Wed, 16 Mar 2011 22:37:22 +0100 Mario Torre iMake method public.
Wed, 16 Mar 2011 02:05:17 +0100 Mario Torre Add HelloWorld dex binary for testing.
Wed, 16 Mar 2011 02:04:39 +0100 Mario Torre Refactoring remove file.
Wed, 16 Mar 2011 02:02:58 +0100 Mario Torre Add template licensing header.
Wed, 16 Mar 2011 00:39:45 +0100 Michael Starzinger Implemented parser interface to accept visitors.
Wed, 16 Mar 2011 00:38:21 +0100 Michael Starzinger Fixed parsing of class definition items.
Tue, 15 Mar 2011 23:25:43 +0100 Roman Kennke Reformatted code and removed author tags.
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