An open API service indexing awesome lists of open source software.

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

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