NameDateSize

..10-Aug-201812 KiB

.gitignore10-Aug-2018156

Android.bp10-Aug-2018834

baksmali/10-Aug-20184 KiB

build.gradle10-Aug-20187 KiB

deodexerant/10-Aug-20184 KiB

dexlib2/10-Aug-20184 KiB

examples/10-Aug-20184 KiB

extract-property.xslt10-Aug-2018254

gradle/10-Aug-20184 KiB

gradle.properties10-Aug-201847

gradlew10-Aug-20185.2 KiB

gradlew.bat10-Aug-20182.2 KiB

MODULE_LICENSE_BSD10-Aug-20180

NOTICE10-Aug-20185.1 KiB

README.md10-Aug-20181.3 KiB

README.version10-Aug-2018105

scripts/10-Aug-20184 KiB

settings.gradle10-Aug-2018185

smali/10-Aug-20184 KiB

smali-integration-tests/10-Aug-20184 KiB

smalidea/10-Aug-20184 KiB

util/10-Aug-20184 KiB

README.md

1### About
2
3smali/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.)
4
5Downloads are at  https://bitbucket.org/JesusFreke/smali/downloads/. If you are interested in submitting a patch, feel free to send me a pull request here.
6
7See [the wiki](https://github.com/JesusFreke/smali/wiki) for more info/news/release notes/etc.
8
9#### Support
10- [github Issue tracker](https://github.com/JesusFreke/smali/issues) - For any bugs/issues/feature requests
11- [#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.
12
13
14#### Some useful links for getting started with smali
15
16- [Official dex bytecode reference](https://source.android.com/devices/tech/dalvik/dalvik-bytecode.html)
17- [Registers wiki page](https://github.com/JesusFreke/smali/wiki/Registers)
18- [Types, Methods and Fields wiki page](https://github.com/JesusFreke/smali/wiki/TypesMethodsAndFields)
19- [Official dex format reference](https://source.android.com/devices/tech/dalvik/dex-format.html)
20

README.version