Since version 0.1.2, the following arguments have been added:
--help
: Really?--log <FILE>
: Log the results to a file.
In addition, users can now simply add a file as an argument to scan it:
CollapseScanner.exe program.jar
Or with cargo
cargo run -- <path-to-file> (or arguments)

- Clone the repository:
git clone https://github.com/CollapseLoader/CollapseScanner.git
cd CollapseScanner
- Build the project:
cargo build --release