Counter-Strike 2 Offset/Interfaces Dumper
Go to file
a2x e06df502e9 Added ability to specify file builders
Thanks @pablo67340 (#26)
2023-11-01 10:01:39 +10:00
generated Fetch `dwInputSystem` 2023-10-30 10:18:16 +10:00
src Added ability to specify file builders 2023-11-01 10:01:39 +10:00
.editorconfig Added ability to specify file builders 2023-11-01 10:01:39 +10:00
.gitattributes Release 1.1.4 2023-10-26 15:43:27 +10:00
.gitignore Release 1.1.4 2023-10-26 15:43:27 +10:00
Cargo.toml Release 1.1.4 2023-10-26 15:43:27 +10:00
LICENSE Initial commit 2023-09-08 17:59:09 +10:00
README.md 📦 Game Update 13965 (2) 2023-10-27 11:06:32 +10:00
config.json Fetch `dwInputSystem` 2023-10-30 10:18:16 +10:00

README.md

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, generated files are stored in the generated directory. However, this can be modified by specifying your desired output folder 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.