Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Android decompile ====== ===== fast ===== <code> jadx myflir-bv2.3.6-release-signed.apk </code> ===== verbose ===== <code> yay apktool yay jd-cmd </code> <code> adb shell pm path com.flir.tiger adb pull /system/app/myflir-bv2.3.6-release-signed/myflir-bv2.3.6-release-signed.apk </code> <code> wget https://github.com/DexPatcher/dex2jar/releases/download/v2.1-20190905-lanchon/dex-tools-2.1-20190905-lanchon.zip unzip dex-tools-2.1-20190905-lanchon.zip </code> <code> apktool decode --no-src myflir-bv2.3.6-release-signed.apk cd dex-tools-2.1-20190905-lanchon ./d2j-jar2dex.sh ../myflir-bv2.3.6-release-signed/classes.dex -o ../myflir-bv2.3.6-release-signed/src.jar ./d2j-jar2dex.sh ../myflir-bv2.3.6-release-signed/classes2.dex -o ../myflir-bv2.3.6-release-signed/src2.jar </code> tips/android/decompile.txt Last modified: 2020/05/15 16:28by scipio