Counter-Strike 2 Offset/Interfaces Dumper
Go to file
a2x a74b68f45f 📦 Game Update 13971 2023-11-17 13:39:04 +10:00
generated 📦 Game Update 13971 2023-11-17 13:39:04 +10:00
src 📦 Game Update 13970 2023-11-17 12:26:17 +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 13969 2023-11-14 13:59:04 +10:00
config.json Merge pull request #36 from ZanderFoster/main 2023-11-17 12:27:57 +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 (WIP)

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

License

Please refer to the LICENSE file for more details.