Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m4dengi/steamworks_dumper
Quick and dirty steamworks dumper
https://github.com/m4dengi/steamworks_dumper
dumper steam steamworks
Last synced: 2 months ago
JSON representation
Quick and dirty steamworks dumper
- Host: GitHub
- URL: https://github.com/m4dengi/steamworks_dumper
- Owner: m4dEngi
- Created: 2017-10-11T17:48:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T18:54:17.000Z (about 1 year ago)
- Last Synced: 2023-12-22T19:36:58.924Z (about 1 year ago)
- Topics: dumper, steam, steamworks
- Language: C++
- Homepage:
- Size: 99.6 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# steamworks_dumper
Quick and dirty steamworks dumper. It was written as a little helper tool for tracking changes in private steamworks api using 32bit linux client binaries.
The code is far from perfect and whole app just begs for rewriting from scratch, but i'm still sharing for people who might find it useful.**example output can be found [here](https://bitbucket.org/m4dengi/steamclient_tracker/)**. Tracking both stable and beta steam clients.
## building
Get yourself a copy of capstone engine and just do
```
$ mkdir build
$ cd build
$ cmake ../
```## usage
```
./steamworks_dumper
```
**_output path must be a valid existing directory!_**