Scripts
If you have any cool scripts and want to share them, make a PR and add them here!
Disassembly
Section titled “Disassembly”- katana-project/script-krak (GitHub) - A script binding for the Krakatau (v1) Java decompiler and disassembler; GPL.
- katana-project/script-javap (GitHub) - A script binding for the javap class file introspection and disassembly tool; GPL.
Deobfuscation
Section titled “Deobfuscation”- katana-project/script-poke (GitHub) - A script binding for the poke bytecode normalization and generic deobfuscation library; GPL.
Miscellaneous
Section titled “Miscellaneous”- Minecraft JAR importer (GitHub Gist) - A script for importing Minecraft JAR files easily.
- JS/JSON formatter (GitHub Gist) - A script for automatically formatting JS/JSON(C/5) files using the js-beautify library.
- JSON formatter (GitHub Gist) - A script for automatically formatting JSON files using JSON.parse+JSON.stringify (cleaner JSON output compared to js-beautify).