1be22572a8f4b7b3a53a89d375a1739099ee15ca4Ben Gruver### About
2be22572a8f4b7b3a53a89d375a1739099ee15ca4Ben Gruver
3be22572a8f4b7b3a53a89d375a1739099ee15ca4Ben Gruversmali/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.)
4be22572a8f4b7b3a53a89d375a1739099ee15ca4Ben Gruver
5be22572a8f4b7b3a53a89d375a1739099ee15ca4Ben GruverThe 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.
6be22572a8f4b7b3a53a89d375a1739099ee15ca4Ben Gruver
70ab2c455b0ac37eb7385f46f9ece71e1e0e73e74Ben Gruver#### Support
80ab2c455b0ac37eb7385f46f9ece71e1e0e73e74Ben Gruver- [googlecode Issue tracker](https://code.google.com/p/smali/issues/list) - For any bugs/issues/feature requests
90ab2c455b0ac37eb7385f46f9ece71e1e0e73e74Ben Gruver- [#smali on freenode](http://webchat.freenode.net/?channels=smali) - Free free to drop by and ask a question. Don't expect an instant response, but if you hang around someone will respond. Think of it more in terms of.. multi-player notepad.
100ab2c455b0ac37eb7385f46f9ece71e1e0e73e74Ben Gruver
110ab2c455b0ac37eb7385f46f9ece71e1e0e73e74Ben Gruver
12be22572a8f4b7b3a53a89d375a1739099ee15ca4Ben Gruver#### Some useful links for getting started with smali
13be22572a8f4b7b3a53a89d375a1739099ee15ca4Ben Gruver
14be22572a8f4b7b3a53a89d375a1739099ee15ca4Ben Gruver- [Official dex bytecode reference](http://s.android.com/tech/dalvik/dalvik-bytecode.html)
15be22572a8f4b7b3a53a89d375a1739099ee15ca4Ben Gruver- [Registers wiki page](https://code.google.com/p/smali/wiki/Registers)
16be22572a8f4b7b3a53a89d375a1739099ee15ca4Ben Gruver- [Types, Methods and Fields wiki page](https://code.google.com/p/smali/wiki/TypesMethodsAndFields)
17be22572a8f4b7b3a53a89d375a1739099ee15ca4Ben Gruver- [Official dex format reference](http://s.android.com/tech/dalvik/dex-format.html)