Release 1.1.4

This commit is contained in:
a2x
2023-10-26 15:41:34 +10:00
parent 631668429c
commit 239c872b65
37 changed files with 1905 additions and 1308 deletions

View File

@@ -1,17 +1,24 @@
# cs2-dumper
External offsets/interfaces dumper for Counter-Strike: 2, written in Rust.
An external offsets/interfaces dumper for Counter-Strike 2, written in Rust.
# 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`.
# Generated Files
Generated files are stored in the `generated` directory.
By default, processed files are stored in the `generated` directory. However, this can be modified by specifying your desired output folder using the `--output` flag.
📂 [Pre-generated Files](./generated)
# Running Tests
`cargo test -- --nocapture`
To run tests, use the following command: `cargo test -- --nocapture`.
# License
Please refer to the [LICENSE](./LICENSE) file for more details.
Please refer to the [LICENSE](./LICENSE) file for more details.