https://github.com/backwardspy/doppelgamer
https://github.com/backwardspy/doppelgamer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/backwardspy/doppelgamer
- Owner: backwardspy
- Created: 2025-10-15T19:38:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-02-04T22:28:37.000Z (4 months ago)
- Last Synced: 2026-02-05T10:51:43.809Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 304 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# doppelgamer
> [!IMPORTANT]
> you'll likely set off antivirus alarms with this.
>
> it embeds an executable inside the launcher, which i guess makes it look
> pretty suspect.
>
> the code & build instructions are all here in case you want to
> audit it yourself.
## usage
grab [the latest release](https://github.com/backwardspy/doppelgamer/releases/latest/download/doppelgamer.exe) and run it
## build from source
```console
$ cargo build --release --bin spoofer
$ cargo build --release
```