https://github.com/eliasmoflag/source2-dumper
Source 2 dumper for Windows and Linux
https://github.com/eliasmoflag/source2-dumper
cs2 deadlock dumper linux reverse-engineering rust source2 static-analysis windows
Last synced: 4 months ago
JSON representation
Source 2 dumper for Windows and Linux
- Host: GitHub
- URL: https://github.com/eliasmoflag/source2-dumper
- Owner: eliasmoflag
- License: mit
- Created: 2025-01-17T20:19:03.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-05-05T21:12:37.000Z (5 months ago)
- Last Synced: 2025-05-18T02:11:50.328Z (5 months ago)
- Topics: cs2, deadlock, dumper, linux, reverse-engineering, rust, source2, static-analysis, windows
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# source2-dumper
Aims to simplify transitions between Source 2 game updates in static analysis.## Building & running
```sh
cargo build
cargo run -- --process cs2.exe
```## Roadmap
- [x] Dump modules (`/output/modules/{module}/{module}_DD_MM_YYYY.{extension}`)
- [ ] Dump schema system
- [ ] Dump interfaces
- [x] Configuration (`config.json`)
- [ ] IDA script
- [ ] Binja script