Tool to disassemble java class files created by x4e.
To run BinGait, run java -jar target/bingait-shadow.jar
and BinGait will launch.
If you would like to create your own plugin for BinGait, check out my example BinGait plugin.
You can find a zip file containing all the integrations and plugins for BinGait in the releases tab.
Run gradlew build
in the BinGait repository. Once the command has completed, your built jar will be located at builds/libs
.