├── .gitignore ├── .vscodeignore ├── CHANGELOG.md ├── README.md ├── bundled_tools ├── dex-tools-2.1-SNAPSHOT │ ├── LICENSE.txt │ ├── NOTICE.txt │ ├── 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-SNAPSHOT.jar │ │ ├── d2j-jasmin-2.1-SNAPSHOT.jar │ │ ├── d2j-smali-2.1-SNAPSHOT.jar │ │ ├── dex-ir-2.1-SNAPSHOT.jar │ │ ├── dex-reader-2.1-SNAPSHOT.jar │ │ ├── dex-reader-api-2.1-SNAPSHOT.jar │ │ ├── dex-tools-2.1-SNAPSHOT.jar │ │ ├── dex-translator-2.1-SNAPSHOT.jar │ │ ├── dex-writer-2.1-SNAPSHOT.jar │ │ ├── dx-23.0.0.jar │ │ ├── open-source-license.txt │ │ └── org.abego.treelayout.core-1.0.1.jar ├── jadx-1.4.2 │ ├── LICENSE │ ├── NOTICE │ ├── README.md │ ├── bin │ │ ├── jadx │ │ ├── jadx-gui │ │ ├── jadx-gui.bat │ │ └── jadx.bat │ └── lib │ │ ├── ST4-4.0.8.jar │ │ ├── aapt2-proto-4.2.1-7147631.jar │ │ ├── antlr-2.7.7.jar │ │ ├── antlr-3.5.2.jar │ │ ├── antlr-runtime-3.5.2.jar │ │ ├── apksig-4.2.1.jar │ │ ├── asm-9.3.jar │ │ ├── baksmali-2.5.2.jar │ │ ├── checker-qual-3.8.0.jar │ │ ├── commons-lang3-3.12.0.jar │ │ ├── commons-text-1.9.jar │ │ ├── dalvik-dx-11.0.0_r3.jar │ │ ├── dexlib2-2.5.2.jar │ │ ├── error_prone_annotations-2.5.1.jar │ │ ├── failureaccess-1.0.1.jar │ │ ├── flatlaf-2.3.jar │ │ ├── flatlaf-extras-2.3.jar │ │ ├── flatlaf-intellij-themes-2.3.jar │ │ ├── gson-2.9.0.jar │ │ ├── guava-30.1.1-jre.jar │ │ ├── image-viewer-1.2.3.jar │ │ ├── j2objc-annotations-1.3.jar │ │ ├── jadx-cli-1.4.2.jar │ │ ├── jadx-core-1.4.2.jar │ │ ├── jadx-dex-input-1.4.2.jar │ │ ├── jadx-gui-1.4.2.jar │ │ ├── jadx-java-convert-1.4.2.jar │ │ ├── jadx-java-input-1.4.2.jar │ │ ├── jadx-plugins-api-1.4.2.jar │ │ ├── jadx-smali-input-1.4.2.jar │ │ ├── jcommander-1.82.jar │ │ ├── jdwp-1.0.jar │ │ ├── jfontchooser-1.0.5.jar │ │ ├── jsr305-3.0.2.jar │ │ ├── listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar │ │ ├── logback-classic-1.2.11.jar │ │ ├── logback-core-1.2.11.jar │ │ ├── mapping-io-0.4.0-SNAPSHOT.jar │ │ ├── protobuf-java-3.11.4.jar │ │ ├── r8-3.3.28.jar │ │ ├── raung-common-0.0.2.jar │ │ ├── raung-disasm-0.0.2.jar │ │ ├── reactive-streams-1.0.3.jar │ │ ├── rsyntaxtextarea-3.2.0.jar │ │ ├── rxjava-2.2.21.jar │ │ ├── rxjava2-swing-0.3.7.jar │ │ ├── slf4j-api-1.7.36.jar │ │ ├── smali-2.5.2.jar │ │ ├── stringtemplate-3.2.1.jar │ │ ├── svgSalamander-1.1.3.jar │ │ └── util-2.5.2.jar ├── jd-cli-jd-cli-1.2.1 │ ├── LICENSE.txt │ ├── README.md │ ├── jd-cli │ ├── jd-cli.bat │ └── jd-cli.jar └── panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd │ ├── .gitignore │ ├── LICENSE │ ├── README.md │ ├── core │ ├── __init__.py │ ├── algebra.py │ ├── arithmetic.py │ ├── masks.py │ ├── memloc.py │ └── variants.py │ ├── pano │ ├── __init__.py │ ├── contract.py │ ├── folder.py │ ├── function.py │ ├── loader.py │ ├── matcher.py │ ├── postprocess.py │ ├── prettify.py │ ├── rewriter.py │ ├── simplify.py │ ├── sparser.py │ ├── stack.py │ ├── vm.py │ └── whiles.py │ ├── panoramix.py │ ├── requirements.txt │ ├── secret.py │ ├── tilde │ ├── LICENSE │ ├── README.md │ ├── __init__.py │ ├── run_test.py │ ├── test.py │ └── tilde.py │ └── utils │ ├── __init__.py │ ├── helpers.py │ ├── opcode_dict.py │ ├── prettify.py │ ├── profiler.py │ ├── signatures.py │ └── supplement.py ├── images ├── icon.png └── icon.svg ├── package.json ├── scripts ├── ghidra_decompile.py └── ida_batch_decompile.py └── src ├── extension.js ├── features ├── commands.js ├── commands │ ├── _basecommand.js │ ├── android.js │ ├── default.js │ ├── ethereum.js │ ├── java.js │ └── python.js ├── decompile.js └── fs │ ├── fsProvider.js │ └── fsProviderTools.js └── settings.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscodeignore: -------------------------------------------------------------------------------- 1 | *.apk 2 | *.jar 3 | *.zip 4 | **/*.class 5 | .unotes -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/README.md -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/LICENSE.txt -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/NOTICE.txt -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/bin/dex-tools: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/bin/dex-tools -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/bin/dex-tools.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/bin/dex-tools.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-apk-sign.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-apk-sign.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-apk-sign.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-apk-sign.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-asm-verify.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-asm-verify.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-asm-verify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-asm-verify.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-baksmali.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-baksmali.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-baksmali.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-baksmali.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-class-version-switch.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-class-version-switch.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-class-version-switch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-class-version-switch.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-decrypt-string.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-decrypt-string.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-decrypt-string.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-decrypt-string.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex-recompute-checksum.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex-recompute-checksum.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex-recompute-checksum.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex-recompute-checksum.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex-weaver.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex-weaver.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex-weaver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex-weaver.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex2jar.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex2jar.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex2jar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex2jar.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex2smali.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex2smali.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex2smali.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-dex2smali.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar-access.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar-access.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar-access.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar-access.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar-weaver.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar-weaver.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar-weaver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar-weaver.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar2dex.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar2dex.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar2dex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar2dex.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar2jasmin.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar2jasmin.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar2jasmin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jar2jasmin.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jasmin2jar.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jasmin2jar.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jasmin2jar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-jasmin2jar.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-smali.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-smali.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-smali.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-smali.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-std-apk.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-std-apk.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-std-apk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j-std-apk.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j_invoke.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j_invoke.bat -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/d2j_invoke.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/d2j_invoke.sh -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/ST4-4.0.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/ST4-4.0.8.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/antlr-3.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/antlr-3.5.2.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/antlr-runtime-3.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/antlr-runtime-3.5.2.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/antlr4-4.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/antlr4-4.5.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/antlr4-runtime-4.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/antlr4-runtime-4.5.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/asm-debug-all-5.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/asm-debug-all-5.0.3.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/d2j-base-cmd-2.1-SNAPSHOT.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/d2j-base-cmd-2.1-SNAPSHOT.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/d2j-jasmin-2.1-SNAPSHOT.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/d2j-jasmin-2.1-SNAPSHOT.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/d2j-smali-2.1-SNAPSHOT.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/d2j-smali-2.1-SNAPSHOT.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dex-ir-2.1-SNAPSHOT.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dex-ir-2.1-SNAPSHOT.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dex-reader-2.1-SNAPSHOT.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dex-reader-2.1-SNAPSHOT.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dex-reader-api-2.1-SNAPSHOT.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dex-reader-api-2.1-SNAPSHOT.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dex-tools-2.1-SNAPSHOT.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dex-tools-2.1-SNAPSHOT.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dex-translator-2.1-SNAPSHOT.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dex-translator-2.1-SNAPSHOT.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dex-writer-2.1-SNAPSHOT.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dex-writer-2.1-SNAPSHOT.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dx-23.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/dx-23.0.0.jar -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/open-source-license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/open-source-license.txt -------------------------------------------------------------------------------- /bundled_tools/dex-tools-2.1-SNAPSHOT/lib/org.abego.treelayout.core-1.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/dex-tools-2.1-SNAPSHOT/lib/org.abego.treelayout.core-1.0.1.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/LICENSE -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/NOTICE -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/README.md -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/bin/jadx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/bin/jadx -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/bin/jadx-gui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/bin/jadx-gui -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/bin/jadx-gui.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/bin/jadx-gui.bat -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/bin/jadx.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/bin/jadx.bat -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/ST4-4.0.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/ST4-4.0.8.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/aapt2-proto-4.2.1-7147631.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/aapt2-proto-4.2.1-7147631.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/antlr-2.7.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/antlr-2.7.7.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/antlr-3.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/antlr-3.5.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/antlr-runtime-3.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/antlr-runtime-3.5.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/apksig-4.2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/apksig-4.2.1.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/asm-9.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/asm-9.3.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/baksmali-2.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/baksmali-2.5.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/checker-qual-3.8.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/checker-qual-3.8.0.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/commons-lang3-3.12.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/commons-lang3-3.12.0.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/commons-text-1.9.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/commons-text-1.9.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/dalvik-dx-11.0.0_r3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/dalvik-dx-11.0.0_r3.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/dexlib2-2.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/dexlib2-2.5.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/error_prone_annotations-2.5.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/error_prone_annotations-2.5.1.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/failureaccess-1.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/failureaccess-1.0.1.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/flatlaf-2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/flatlaf-2.3.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/flatlaf-extras-2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/flatlaf-extras-2.3.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/flatlaf-intellij-themes-2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/flatlaf-intellij-themes-2.3.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/gson-2.9.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/gson-2.9.0.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/guava-30.1.1-jre.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/guava-30.1.1-jre.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/image-viewer-1.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/image-viewer-1.2.3.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/j2objc-annotations-1.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/j2objc-annotations-1.3.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/jadx-cli-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/jadx-cli-1.4.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/jadx-core-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/jadx-core-1.4.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/jadx-dex-input-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/jadx-dex-input-1.4.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/jadx-gui-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/jadx-gui-1.4.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/jadx-java-convert-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/jadx-java-convert-1.4.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/jadx-java-input-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/jadx-java-input-1.4.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/jadx-plugins-api-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/jadx-plugins-api-1.4.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/jadx-smali-input-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/jadx-smali-input-1.4.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/jcommander-1.82.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/jcommander-1.82.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/jdwp-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/jdwp-1.0.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/jfontchooser-1.0.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/jfontchooser-1.0.5.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/jsr305-3.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/jsr305-3.0.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/logback-classic-1.2.11.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/logback-classic-1.2.11.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/logback-core-1.2.11.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/logback-core-1.2.11.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/mapping-io-0.4.0-SNAPSHOT.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/mapping-io-0.4.0-SNAPSHOT.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/protobuf-java-3.11.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/protobuf-java-3.11.4.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/r8-3.3.28.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/r8-3.3.28.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/raung-common-0.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/raung-common-0.0.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/raung-disasm-0.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/raung-disasm-0.0.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/reactive-streams-1.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/reactive-streams-1.0.3.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/rsyntaxtextarea-3.2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/rsyntaxtextarea-3.2.0.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/rxjava-2.2.21.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/rxjava-2.2.21.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/rxjava2-swing-0.3.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/rxjava2-swing-0.3.7.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/slf4j-api-1.7.36.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/slf4j-api-1.7.36.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/smali-2.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/smali-2.5.2.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/stringtemplate-3.2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/stringtemplate-3.2.1.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/svgSalamander-1.1.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/svgSalamander-1.1.3.jar -------------------------------------------------------------------------------- /bundled_tools/jadx-1.4.2/lib/util-2.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jadx-1.4.2/lib/util-2.5.2.jar -------------------------------------------------------------------------------- /bundled_tools/jd-cli-jd-cli-1.2.1/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jd-cli-jd-cli-1.2.1/LICENSE.txt -------------------------------------------------------------------------------- /bundled_tools/jd-cli-jd-cli-1.2.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jd-cli-jd-cli-1.2.1/README.md -------------------------------------------------------------------------------- /bundled_tools/jd-cli-jd-cli-1.2.1/jd-cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jd-cli-jd-cli-1.2.1/jd-cli -------------------------------------------------------------------------------- /bundled_tools/jd-cli-jd-cli-1.2.1/jd-cli.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jd-cli-jd-cli-1.2.1/jd-cli.bat -------------------------------------------------------------------------------- /bundled_tools/jd-cli-jd-cli-1.2.1/jd-cli.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/jd-cli-jd-cli-1.2.1/jd-cli.jar -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/.gitignore -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/LICENSE -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/README.md -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/core/__init__.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/core/algebra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/core/algebra.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/core/arithmetic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/core/arithmetic.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/core/masks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/core/masks.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/core/memloc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/core/memloc.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/core/variants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/core/variants.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/__init__.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/contract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/contract.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/folder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/folder.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/function.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/loader.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/matcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/matcher.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/postprocess.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/prettify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/prettify.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/rewriter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/rewriter.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/simplify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/simplify.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/sparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/sparser.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/stack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/stack.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/vm.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/whiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/pano/whiles.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/panoramix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/panoramix.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/requirements.txt: -------------------------------------------------------------------------------- 1 | coloredlogs 2 | requests 3 | web3 4 | timeout_decorator -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/secret.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/tilde/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/tilde/LICENSE -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/tilde/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/tilde/README.md -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/tilde/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/tilde/run_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/tilde/run_test.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/tilde/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/tilde/test.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/tilde/tilde.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/tilde/tilde.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/__init__.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/helpers.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/opcode_dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/opcode_dict.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/prettify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/prettify.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/profiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/profiler.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/signatures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/signatures.py -------------------------------------------------------------------------------- /bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/supplement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/bundled_tools/panoramix_a75744cc2e7d1ad4cb3514d172d1872233f645fd/utils/supplement.py -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/images/icon.png -------------------------------------------------------------------------------- /images/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/images/icon.svg -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/package.json -------------------------------------------------------------------------------- /scripts/ghidra_decompile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/scripts/ghidra_decompile.py -------------------------------------------------------------------------------- /scripts/ida_batch_decompile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/scripts/ida_batch_decompile.py -------------------------------------------------------------------------------- /src/extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/src/extension.js -------------------------------------------------------------------------------- /src/features/commands.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/src/features/commands.js -------------------------------------------------------------------------------- /src/features/commands/_basecommand.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/src/features/commands/_basecommand.js -------------------------------------------------------------------------------- /src/features/commands/android.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/src/features/commands/android.js -------------------------------------------------------------------------------- /src/features/commands/default.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/src/features/commands/default.js -------------------------------------------------------------------------------- /src/features/commands/ethereum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/src/features/commands/ethereum.js -------------------------------------------------------------------------------- /src/features/commands/java.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/src/features/commands/java.js -------------------------------------------------------------------------------- /src/features/commands/python.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/src/features/commands/python.js -------------------------------------------------------------------------------- /src/features/decompile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/src/features/decompile.js -------------------------------------------------------------------------------- /src/features/fs/fsProvider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/src/features/fs/fsProvider.js -------------------------------------------------------------------------------- /src/features/fs/fsProviderTools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/src/features/fs/fsProviderTools.js -------------------------------------------------------------------------------- /src/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tintinweb/vscode-decompiler/HEAD/src/settings.js --------------------------------------------------------------------------------