mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-08-25 11:32:17 +08:00
239c872b65703f16621e6d85b933ea63f662470c
cs2-dumper
An external offsets/interfaces dumper for Counter-Strike 2, written in Rust.
Usage
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
.
Generated Files
By default, processed files are stored in the generated
directory. However, this can be modified by specifying your desired output folder using the --output
flag.
Running Tests
To run tests, use the following command: cargo test -- --nocapture
.
License
Please refer to the LICENSE file for more details.
Languages
Rust
100%