Clone this repo:
  1. f3d921d Fix up the Android.mk and scripts for the current version by Ben Gruver · 11 years ago master ara-dev-release-20141107
  2. d05833b Generate updated jflex lexer code by Ben Gruver · 11 years ago
  3. f816a57 Merge remote-tracking branch 'goog/upstream-master' into master by Ben Gruver · 11 years ago
  4. 625b799 Move the version to a separate file by Ben Gruver · 11 years ago
  5. 0856f09 Make sure elements are sorted by name when building an annotation in smali by Ben Gruver · 11 years ago

About

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.

Support

  • googlecode Issue tracker - For any bugs/issues/feature requests
  • #smali on freenode - 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.

Some useful links for getting started with smali