#JBLab Decompiler
Yet another one JVM byte-code decompiler in several programming languages such as Java, Kotlin, JavaScript.
Fast, easy scalable, based on ASM. Can be used as IntelliJ IDEA plugin or console application.
###Usage practice (tricky part)
To run decompiler from console just build it using maven from root pom.xml
To test decompiler as IDEA plugin follow these instructions:
- Create IDEA plugin project in /plugin
- Import core module from pom.xml
- Add to plugin project module dependency to core
- Make sure that IDEA Platform SDK is on the bottom of dependency lists of all projects
- Setup Kotlin runtime (choose java or maven smth in popup notification)
- Optional: use java 1.6 and language level at least 6
- Edit 'Run/Debug configurations' for plugin run
- Be happy
###Other documentation under development