Counter-Strike 2 Offset/Interfaces Dumper
Go to file
a2x 70563cd87f Add '*.yaml' to .gitattributes 2023-12-08 18:07:23 +10:00
generated 📦 Game Update 13980 2023-12-08 13:41:58 +10:00
src Add YAML file builder and automatically resolve offsets in tests 2023-12-07 21:47:08 +10:00
.editorconfig Added ability to specify file builders 2023-11-01 10:01:39 +10:00
.gitattributes Add '*.yaml' to .gitattributes 2023-12-08 18:07:23 +10:00
.gitignore Release 1.1.4 2023-10-26 15:43:27 +10:00
Cargo.toml Add YAML file builder and automatically resolve offsets in tests 2023-12-07 21:47:08 +10:00
LICENSE Initial commit 2023-09-08 17:59:09 +10:00
README.md Update README.md 2023-12-07 21:50:17 +10:00
config.json 📦 Game Update 13980 2023-12-08 13:41:58 +10:00
rust-toolchain.toml Create rust-toolchain.toml 2023-11-04 12:39:57 +10:00

README.md

cs2-dumper

An external offset/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, generated files are stored in the generated directory. However, this can be modified by specifying your desired directory using the --output flag.

📂 Pre-generated Files

Running Tests

To run tests, use the following command: cargo test -- --nocapture.

License

Please refer to the LICENSE file for more details.