atom0s / Steamless-original

The first release of Steamless that was made public. This repo contains the original C++ source and the first version of the C# source. (This code is obsolete! Please see the latest source found in the new main repo here: https://github.com/atom0s/Steamless)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steamless

Steamless is a DRM remover of the SteamStub variants.

At this time, Steamless supports:

  • v3 SteamStub [100% working]
  • v2 SteamStub [75% working, not finished]
  • v1 SteamStub [0%, not started]

What is SteamDRM / SteamStub?

DRM

Steamworks Digital Rights Management wraps your game's compiled executable and checks to make sure that it is running under an authenticated instance of Steam. This DRM solution is the same as the one used to protect games like Half-Life 2 and Counter-Strike: Source. Steamworks DRM has been heavily road-tested and is customer-friendly.

In addition to DRM solutions, Steamworks also offers protection for game through day one release by shipping encrypted media to stores worldwide. There's no worry that your game will leak early from the manufacturing path, because your game stays encrypted until the moment you decide to release it. This protection can be added to your game simply by handing us finished bits or a gold master.

ref: hxxps://partner.steamgames.com/documentation/api

Legal

I, atom0s, am not responsible for what you do with this source code. I do not condone piracy and wish that if you choose to remove the DRM of a Steam game, do so with a game that you already own. Use this code at your own risk!

Steamless is released for educational purposes in the sense to understand and learn about DRM protection. Steamless does not make it possible to play online games for free that are from Steam. Steamless does not remove the usage of steam_api.dll from any game that makes use of it. Do not contact me asking for help with obtaining games or other content from Steam for free.

Credits and Thanks

Thanks to Cyanic (aka Golem_x86) for his notes and help with parts of the stub headers and such. You can find his information here: http://pcgamingwiki.com/wiki/User:Cyanic/Steam_DRM

About

The first release of Steamless that was made public. This repo contains the original C++ source and the first version of the C# source. (This code is obsolete! Please see the latest source found in the new main repo here: https://github.com/atom0s/Steamless)

License:GNU General Public License v3.0


Languages

Language:C 77.0%Language:C++ 23.0%