Tiny DLL that patches automatically Steam Stub on the fly when loaded
Find a file
2026-03-10 14:59:57 +01:00
.github/workflows Initial commit 2026-03-10 10:49:51 +01:00
src fix: correct asm patch to jump instead of inversing conditional jump 2026-03-10 14:34:24 +01:00
.gitignore Initial commit 2026-03-10 10:49:51 +01:00
Cargo.lock Version bump to 1.1.0 2026-03-10 14:59:57 +01:00
Cargo.toml Version bump to 1.1.0 2026-03-10 14:59:57 +01:00
LICENSE Initial commit 2026-03-10 10:49:51 +01:00
README.md Initial commit 2026-03-10 10:49:51 +01:00

Steam Stubbed

Plug n Play DLL that allows to patch SteamStub on the fly. Can be loaded by placing it in the load_dlls folder of GBE or through any loader.

Tested against various basic SteamStub games and also works in games where Steamless fails to execute, such as Hi-Fi Rush.

Download

Grab the latest build from GitHub:

  • Stable releases: Releases
  • Nightly builds: Actions (artifacts from the latest workflow run)

Building from Source

cargo build --release

The output DLL will be in target/release/steam_stubbed.dll.

Disclaimer

This project is for educational and research purposes only. Use responsibly and respect software licenses.