1
0
mirror of https://github.com/a2x/cs2-dumper.git synced 2025-05-19 05:15:35 +08:00
Bryce Wilkinson 817d9118a6 Fix required
2023-10-23 00:07:58 -04:00
2023-10-21 09:44:02 +10:00
2023-10-23 00:07:58 -04:00
2023-10-05 19:24:14 +10:00
2023-09-26 00:57:29 +10:00
2023-09-26 00:46:10 +10:00
2023-10-20 15:23:43 +10:00
2023-10-21 09:44:02 +10:00
2023-09-08 17:59:09 +10:00
2023-10-23 00:07:58 -04:00

cs2-dumper

External offsets/interfaces dumper for Counter-Strike: 2, written in Rust.

📂 Pre-generated Files

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.

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