Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
baksmali/ | 03-May-2024 | - | 10,235 | 6,203 | ||
deodexerant/ | 03-May-2024 | - | 175 | 114 | ||
dexlib2/ | 03-May-2024 | - | 66,867 | 37,108 | ||
examples/ | 03-May-2024 | - | 739 | 517 | ||
gradle/wrapper/ | 03-May-2024 | - | 6 | 5 | ||
scripts/ | 03-May-2024 | - | 172 | 90 | ||
smali/ | 03-May-2024 | - | 39,431 | 29,683 | ||
smali-integration-tests/src/ | 03-May-2024 | - | 144,332 | 142,872 | ||
smalidea/ | 03-May-2024 | - | 24,311 | 15,117 | ||
util/ | 03-May-2024 | - | 2,144 | 1,349 | ||
.gitignore | D | 03-May-2024 | 156 | 13 | 12 | |
Android.bp | D | 03-May-2024 | 1.9 KiB | 59 | 53 | |
METADATA | D | 03-May-2024 | 39 | 4 | 3 | |
MODULE_LICENSE_BSD | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 5.1 KiB | 105 | 84 | |
OWNERS | D | 03-May-2024 | 156 | 5 | 4 | |
README.md | D | 03-May-2024 | 1.3 KiB | 20 | 12 | |
README.version | D | 03-May-2024 | 105 | 4 | 3 | |
build.gradle | D | 03-May-2024 | 6.3 KiB | 192 | 163 | |
extract-property.xslt | D | 03-May-2024 | 254 | 4 | 4 | |
gradle.properties | D | 03-May-2024 | 47 | 2 | 2 | |
gradlew | D | 03-May-2024 | 5.2 KiB | 173 | 128 | |
gradlew.bat | D | 03-May-2024 | 2.2 KiB | 85 | 61 | |
settings.gradle | D | 03-May-2024 | 185 | 5 | 4 |
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
1URL: https://bitbucket.org/JesusFreke/smali/downloads/smali-2.2.0.jar 2Version: 2.2.0 3BugComponent: 99143 4