commit | a3dce1f48ce565387783c1c916d8bf73ec1ac660 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Mon Sep 24 18:17:39 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Mon Sep 24 18:17:39 2012 -0700 |
tree | 50b64d2adef305acc5e2bdc51d2e55c913802141 | |
parent | de3a5f95ae35478159786155474a95c744b2cbc4 [diff] |
Move parseFloat and parseDouble to LiteralTools
smali/baksmali is an assembler/disassembler for the dex format used by dalvik, Android‘s Java VM implementation. The syntax is loosely based on Jasmin’s/dedexer's syntax, and supports the full functionality of the dex format (annotations, debug info, line info, etc.)
The primary webpage is http://smali.googlecode.com, and the source is also mirrored at https://github.com/jesusfreke/smali. If you are interested in submitting a patch, feel free to send me a pull request on either site.