cs2-dumper/README.md

24 lines
836 B
Markdown
Raw Normal View History

2023-10-14 13:18:52 +08:00
# cs2-dumper
2023-09-08 15:59:09 +08:00
2023-11-09 14:06:21 +08:00
An external offset/interfaces dumper for Counter-Strike 2, written in Rust.
2023-10-26 13:41:34 +08:00
# Usage
You can either download the latest release from [Releases](https://github.com/a2x/cs2-dumper/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`.
2023-09-08 15:59:09 +08:00
# Generated Files
2023-11-09 14:06:21 +08:00
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.
2023-09-08 15:59:09 +08:00
📂 [Pre-generated Files](./generated)
2023-11-09 14:06:21 +08:00
# Running Tests (WIP)
2023-10-26 13:41:34 +08:00
To run tests, use the following command: `cargo test -- --nocapture`.
2023-10-14 13:18:52 +08:00
2023-09-08 15:59:09 +08:00
# License
2023-10-26 13:41:34 +08:00
Please refer to the [LICENSE](./LICENSE) file for more details.