a2x a1639bea1c Added is_key_down example using the games input system
The "ResolveJmp" and "ResolveRip" operation enum names were also renamed to "Jmp" and "Rip" for simplicity.
2023-11-09 22:50:19 +10:00
2023-11-09 16:13:55 +10:00
2023-10-26 15:43:27 +10:00
2023-10-26 15:43:27 +10:00
2023-10-26 15:43:27 +10:00
2023-09-08 17:59:09 +10:00
2023-11-09 16:13:55 +10:00
2023-11-04 12:39:57 +10:00

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 output 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.

Description
Counter-Strike 2 Offset/Interfaces Dumper
Readme MIT 45 MiB
Languages
Rust 100%