Counter-Strike 2 Offset/Interfaces Dumper
Go to file
Albert24GG f2f607c7ac Parse the modules as elf files 2024-02-27 23:29:30 +02:00
generated Game Update 13994 (2) 2024-02-23 14:32:56 +01:00
src Parse the modules as elf files 2024-02-27 23:29:30 +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 Add implementation for linux systems 2024-02-25 23:37:56 +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 NetworkGameClient DeltaTick Signature 2024-02-23 14:17:49 +01: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.