├── libs └── provided │ └── dexpatcher-annotation │ └── dexpatcher-annotation-1.6.2.jar ├── tools ├── apktool │ ├── VERSION-2.4.0 │ ├── apktool │ ├── apktool-osx │ ├── apktool.bat │ ├── apktool.jar │ └── download-latest ├── dex2jar │ ├── LICENSE.txt │ ├── NOTICE.txt │ ├── VERSION-2.1-20171001-lanchon │ ├── bin │ │ ├── dex-tools │ │ └── dex-tools.bat │ ├── d2j-apk-sign.bat │ ├── d2j-apk-sign.sh │ ├── d2j-asm-verify.bat │ ├── d2j-asm-verify.sh │ ├── d2j-baksmali.bat │ ├── d2j-baksmali.sh │ ├── d2j-class-version-switch.bat │ ├── d2j-class-version-switch.sh │ ├── d2j-decrypt-string.bat │ ├── d2j-decrypt-string.sh │ ├── d2j-dex-recompute-checksum.bat │ ├── d2j-dex-recompute-checksum.sh │ ├── d2j-dex-weaver.bat │ ├── d2j-dex-weaver.sh │ ├── d2j-dex2jar.bat │ ├── d2j-dex2jar.sh │ ├── d2j-dex2smali.bat │ ├── d2j-dex2smali.sh │ ├── d2j-jar-access.bat │ ├── d2j-jar-access.sh │ ├── d2j-jar-weaver.bat │ ├── d2j-jar-weaver.sh │ ├── d2j-jar2dex.bat │ ├── d2j-jar2dex.sh │ ├── d2j-jar2jasmin.bat │ ├── d2j-jar2jasmin.sh │ ├── d2j-jasmin2jar.bat │ ├── d2j-jasmin2jar.sh │ ├── d2j-smali.bat │ ├── d2j-smali.sh │ ├── d2j-std-apk.bat │ ├── d2j-std-apk.sh │ ├── d2j_invoke.bat │ ├── d2j_invoke.sh │ └── lib │ │ ├── ST4-4.0.8.jar │ │ ├── antlr-3.5.2.jar │ │ ├── antlr-runtime-3.5.2.jar │ │ ├── antlr4-4.5.jar │ │ ├── antlr4-runtime-4.5.jar │ │ ├── asm-debug-all-5.0.3.jar │ │ ├── d2j-base-cmd-2.1-20171001-lanchon.jar │ │ ├── d2j-jasmin-2.1-20171001-lanchon.jar │ │ ├── d2j-smali-2.1-20171001-lanchon.jar │ │ ├── dex-ir-2.1-20171001-lanchon.jar │ │ ├── dex-reader-2.1-20171001-lanchon.jar │ │ ├── dex-reader-api-2.1-20171001-lanchon.jar │ │ ├── dex-tools-2.1-20171001-lanchon.jar │ │ ├── dex-translator-2.1-20171001-lanchon.jar │ │ ├── dex-writer-2.1-20171001-lanchon.jar │ │ ├── dx-23.0.0.jar │ │ ├── open-source-license.txt │ │ └── org.abego.treelayout.core-1.0.1.jar └── dexpatcher │ ├── dexpatcher │ ├── dexpatcher-1.6.2.jar │ └── download-latest └── update-tools /libs/provided/dexpatcher-annotation/dexpatcher-annotation-1.6.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/libs/provided/dexpatcher-annotation/dexpatcher-annotation-1.6.2.jar -------------------------------------------------------------------------------- /tools/apktool/VERSION-2.4.0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/apktool/apktool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/apktool/apktool -------------------------------------------------------------------------------- /tools/apktool/apktool-osx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/apktool/apktool-osx -------------------------------------------------------------------------------- /tools/apktool/apktool.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/apktool/apktool.bat -------------------------------------------------------------------------------- /tools/apktool/apktool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/apktool/apktool.jar -------------------------------------------------------------------------------- /tools/apktool/download-latest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/apktool/download-latest -------------------------------------------------------------------------------- /tools/dex2jar/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/LICENSE.txt -------------------------------------------------------------------------------- /tools/dex2jar/NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/NOTICE.txt -------------------------------------------------------------------------------- /tools/dex2jar/VERSION-2.1-20171001-lanchon: -------------------------------------------------------------------------------- 1 | https://github.com/Lanchon/dex2jar/releases 2 | -------------------------------------------------------------------------------- /tools/dex2jar/bin/dex-tools: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/bin/dex-tools -------------------------------------------------------------------------------- /tools/dex2jar/bin/dex-tools.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/bin/dex-tools.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-apk-sign.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-apk-sign.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-apk-sign.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-apk-sign.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-asm-verify.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-asm-verify.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-asm-verify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-asm-verify.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-baksmali.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-baksmali.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-baksmali.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-baksmali.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-class-version-switch.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-class-version-switch.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-class-version-switch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-class-version-switch.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-decrypt-string.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-decrypt-string.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-decrypt-string.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-decrypt-string.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-dex-recompute-checksum.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-dex-recompute-checksum.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-dex-recompute-checksum.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-dex-recompute-checksum.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-dex-weaver.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-dex-weaver.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-dex-weaver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-dex-weaver.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-dex2jar.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-dex2jar.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-dex2jar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-dex2jar.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-dex2smali.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-dex2smali.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-dex2smali.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-dex2smali.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-jar-access.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-jar-access.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-jar-access.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-jar-access.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-jar-weaver.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-jar-weaver.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-jar-weaver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-jar-weaver.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-jar2dex.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-jar2dex.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-jar2dex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-jar2dex.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-jar2jasmin.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-jar2jasmin.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-jar2jasmin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-jar2jasmin.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-jasmin2jar.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-jasmin2jar.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-jasmin2jar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-jasmin2jar.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-smali.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-smali.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-smali.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-smali.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j-std-apk.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-std-apk.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j-std-apk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j-std-apk.sh -------------------------------------------------------------------------------- /tools/dex2jar/d2j_invoke.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j_invoke.bat -------------------------------------------------------------------------------- /tools/dex2jar/d2j_invoke.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/d2j_invoke.sh -------------------------------------------------------------------------------- /tools/dex2jar/lib/ST4-4.0.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/ST4-4.0.8.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/antlr-3.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/antlr-3.5.2.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/antlr-runtime-3.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/antlr-runtime-3.5.2.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/antlr4-4.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/antlr4-4.5.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/antlr4-runtime-4.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/antlr4-runtime-4.5.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/asm-debug-all-5.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/asm-debug-all-5.0.3.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/d2j-base-cmd-2.1-20171001-lanchon.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/d2j-base-cmd-2.1-20171001-lanchon.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/d2j-jasmin-2.1-20171001-lanchon.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/d2j-jasmin-2.1-20171001-lanchon.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/d2j-smali-2.1-20171001-lanchon.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/d2j-smali-2.1-20171001-lanchon.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/dex-ir-2.1-20171001-lanchon.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/dex-ir-2.1-20171001-lanchon.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/dex-reader-2.1-20171001-lanchon.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/dex-reader-2.1-20171001-lanchon.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/dex-reader-api-2.1-20171001-lanchon.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/dex-reader-api-2.1-20171001-lanchon.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/dex-tools-2.1-20171001-lanchon.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/dex-tools-2.1-20171001-lanchon.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/dex-translator-2.1-20171001-lanchon.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/dex-translator-2.1-20171001-lanchon.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/dex-writer-2.1-20171001-lanchon.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/dex-writer-2.1-20171001-lanchon.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/dx-23.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/dx-23.0.0.jar -------------------------------------------------------------------------------- /tools/dex2jar/lib/open-source-license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/open-source-license.txt -------------------------------------------------------------------------------- /tools/dex2jar/lib/org.abego.treelayout.core-1.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dex2jar/lib/org.abego.treelayout.core-1.0.1.jar -------------------------------------------------------------------------------- /tools/dexpatcher/dexpatcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dexpatcher/dexpatcher -------------------------------------------------------------------------------- /tools/dexpatcher/dexpatcher-1.6.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dexpatcher/dexpatcher-1.6.2.jar -------------------------------------------------------------------------------- /tools/dexpatcher/download-latest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/tools/dexpatcher/download-latest -------------------------------------------------------------------------------- /update-tools: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DexPatcher/dexpatcher-gradle-tools/HEAD/update-tools --------------------------------------------------------------------------------