android13/external/smali
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
baksmali initial 2024-06-22 20:45:49 +08:00
deodexerant initial 2024-06-22 20:45:49 +08:00
dexlib2 initial 2024-06-22 20:45:49 +08:00
examples initial 2024-06-22 20:45:49 +08:00
gradle/wrapper initial 2024-06-22 20:45:49 +08:00
scripts initial 2024-06-22 20:45:49 +08:00
smali initial 2024-06-22 20:45:49 +08:00
smali-integration-tests/src initial 2024-06-22 20:45:49 +08:00
smalidea initial 2024-06-22 20:45:49 +08:00
util initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_BSD initial 2024-06-22 20:45:49 +08:00
NOTICE initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
README.version initial 2024-06-22 20:45:49 +08:00
build.gradle initial 2024-06-22 20:45:49 +08:00
extract-property.xslt initial 2024-06-22 20:45:49 +08:00
gradle.properties initial 2024-06-22 20:45:49 +08:00
gradlew initial 2024-06-22 20:45:49 +08:00
gradlew.bat initial 2024-06-22 20:45:49 +08:00
settings.gradle initial 2024-06-22 20:45:49 +08:00

README.md

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.