android_mt6572_jiabo/external/smali
2025-09-05 16:56:03 +08:00
..
baksmali first commit 2025-09-05 16:56:03 +08:00
deodexerant first commit 2025-09-05 16:56:03 +08:00
dexlib2 first commit 2025-09-05 16:56:03 +08:00
examples first commit 2025-09-05 16:56:03 +08:00
gradle/wrapper first commit 2025-09-05 16:56:03 +08:00
scripts first commit 2025-09-05 16:56:03 +08:00
smali first commit 2025-09-05 16:56:03 +08:00
smali-integration-tests/src first commit 2025-09-05 16:56:03 +08:00
smalidea first commit 2025-09-05 16:56:03 +08:00
util first commit 2025-09-05 16:56:03 +08:00
.gitignore first commit 2025-09-05 16:56:03 +08:00
build.gradle first commit 2025-09-05 16:56:03 +08:00
extract-property.xslt first commit 2025-09-05 16:56:03 +08:00
gradle.properties first commit 2025-09-05 16:56:03 +08:00
gradlew first commit 2025-09-05 16:56:03 +08:00
gradlew.bat first commit 2025-09-05 16:56:03 +08:00
MODULE_LICENSE_BSD first commit 2025-09-05 16:56:03 +08:00
NOTICE first commit 2025-09-05 16:56:03 +08:00
README.md first commit 2025-09-05 16:56:03 +08:00
README.version first commit 2025-09-05 16:56:03 +08:00
settings.gradle first commit 2025-09-05 16:56:03 +08:00

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.)

Downloads 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.

See the wiki for more info/news/release notes/etc.

Support

  • github 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.