Counter-Strike 2 Offset/Interfaces Dumper
Go to file
Albert24GG 4dbe372a8e Update `viewAngles` signature 2024-03-15 18:07:34 +02:00
generated 📦 Game Update 13995 2024-02-29 12:15:52 +10:00
generated_linux Add more function signatures 2024-03-11 22:15:39 +02:00
src Dump linux files in `generated_linux` 2024-03-07 12:37:56 +02: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 Merge branch 'main' into linux 2024-03-01 20:32:24 +02: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 Shorten some signatures 2024-03-02 01:44:43 +10:00
config_linux.json Update `viewAngles` signature 2024-03-15 18:07:34 +02: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.