An external offset/interfaces dumper for Counter-Strike 2, written in Rust.
You can either download the latest release from Releases or build it yourself. Note that building it yourself requires Rust's nightly toolchain.
If you want to see more detailed runtime messages, you can pass the --verbose
flag.
For a complete list of all available flags, use --help
.
By default, generated files are stored in the generated
directory. However, this can be modified by specifying your desired directory using the --output
flag.
To run tests, use the following command: cargo test -- --nocapture
.
Please refer to the LICENSE file for more details.