A .smali trace injection script
-
Updated
May 29, 2020 - Python
A .smali trace injection script
dex2smali.py 是一个用于批量反编译 Android .dex 文件为 .smali 的 Python 脚本,底层调用 baksmali.jar 进行实际转换。(dex2smali.py is a lightweight Python script for batch decompiling Android .dex files into .smali format. It leverages baksmali.jar under the hood to perform the actual conversion.)
Add a description, image, and links to the baksmali topic page so that developers can more easily learn about it.
To associate your repository with the baksmali topic, visit your repo's landing page and select "manage topics."