commit | 5a372d5fcf18dc5fd7079c6b2ae3b0dfe45ab904 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Jun 15 11:32:31 2013 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sat Jun 15 11:32:31 2013 -0700 |
tree | 5329dfb71096aefc97697bc1afadae0403ab89e6 | |
parent | e59a185fa67027d98a3d92798b28a7ac3341afae [diff] |
Make SyntheticAccessorResolver thread safe
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.