Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 586 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 586 Bytes

BinGait

Tool to disassemble java class files created by x4e.

Usage

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.

Plugins

You can find a zip file containing all the integrations and plugins for BinGait in the releases tab.

Building

Run gradlew build in the BinGait repository. Once the command has completed, your built jar will be located at builds/libs.