mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-11-05 01:50:02 +08:00
817d9118a6540eaf5422366eafbab3fd696e8ea3
cs2-dumper
External offsets/interfaces dumper for Counter-Strike: 2, written in Rust.
Running The Application
Within CMD run:
cs2_dumper --path generated
Available Arguments
| Argument | Type | Description | Default Value | Required |
|---|---|---|---|---|
| interfaces | bool | Dump Interfaces | True | ✖️ |
| offsets | bool | Dump Offsets | True | ✖️ |
| schemas | bool | Dump Schemas | True | ✖️ |
| dbuilders | String | Comma Separated String without spaces specifying the output file formats. Available Builders: [JSON, CPP, CSharp, Python, Rust] | Blank (All) | ✖️ |
| path | String | Folder name for Generated Files | True | ✔️ |
| verbose | bool | Print Debug Logging | False | ✖️ |
License
Please refer to the LICENSE file for more details.
Languages
Rust
100%