• Stars
    star
    2,613
  • Rank 16,888 (Top 0.4 %)
  • Language
    C#
  • License
    Other
  • Created over 7 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Steamless is a DRM remover of the SteamStub variants. The goal of Steamless is to make a single solution for unpacking all Steam DRM-packed files. Steamless aims to support as many games as possible.
steamless
Discord server license
sponsors paypal paypal

Steamless

Steamless is a DRM remover of the various SteamStub variants applied to applications and games released on Steam via the DRM tool in the Steamworks SDK.

Steamless aims to be a single solution for unpacking all variants of the SteamStub DRM, ranging from the very first version to the most recently released.

However, due to personal limited funds, I cannot test every game myself.

Donations

Want to say thanks for my work on Steamless? Feel free to donate or sponsor me:

What Steamless Will Do

Steamless will remove the SteamStub DRM protection layer that is applied via the DRM tool from the Steamworks SDK.

What Steamless Wont Do

Steamless WILL NEVER do any of the following:

  • Steamless will never remove the Steamworks API integration. (via steam_api.dll/steam_api64.dll)
  • Steamless will never include or distribute any emulator for the Steamworks API integration.
  • Steamless will never handle Valve's CEG (Custom Executable Generation) DRM that is used on some older games.
  • Steamless will never promote, encourage, or assist with piracy.
  • Steamless will never assist with bypassing anti-cheats or other protections in place by games.

Do not ask for help with running games without Steam. Your requests will be ignored/blocked.

That is not the scope or goal of this project.

What is SteamStub DRM?

From the Steamworks documentation:

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

Supported Versions

Steamless currently supports the following SteamStub DRM variants:

  • SteamStub Variant 1
    • 32bit version is supported. (Support for this is only tested with 1 file so far.)
  • SteamStub Variant 2
    • v2.0.0
      • 32bit version is supported.
    • v2.0.1
      • 32bit version is supported.
  • SteamStub Variant 3
    • v3.0.0
      • 32bit version is supported.
      • 64bit version is supported.
    • v3.0.1
      • 32bit version is supported.
      • 64bit version is supported.
    • v3.1.0
      • 32bit version is supported.
      • 64bit version is supported.
    • v3.1.2
      • 32bit version is supported.
      • 64bit version is supported.

Note: Version numbers are not 'real'. They are superficial and are simply assumed versions based on major changes to the DRM and what has been observed in the various submitted file samples. A better versioning system may come at a later date.

Legal

Steamless is released under the following license:
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International

Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material 
as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether 
express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness 
for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of 
errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this 
disclaimer may not apply to You.

Steamless is not intended for malicious use or for the use of obtaining or playing games illegally.
Steamless should only be used on games that you legally purchased and own.

Steamless is not associated with Steam or any of its partners / affiliates.
No code used within Steamless is taken from Valve or any of its partners / affiliates.

Steamless is released for educational purposes in the hopes to learn and understand DRM technologies. 

Use Steamless at your own risk. I, atom0s, am not responsible for what happens while using Steamless. You take full reponsibility for any outcome that happens to you while using this application. Do not distribute unpacked files.

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

Compiling Steamless

Steamless is coded using Visual Studio 2022.
To compile, you should only need to load the sln file and compile as-is.

No changes should be needed to the solution or source.

Contributing To Steamless (Guidelines)

I welcome and encourage contributions to the Steamless project. However, I do have some guidelines I wish for people to follow when doing so.

  • Please follow the similar coding style / naming conventions found in Steamless already.
  • Please do not use tabs. Tabs should be 4 spaces instead.
  • Please do not introduce additional dependencies without a discussion before hand.
  • Please do not alter or remove any copyrights without a discussion prior.
  • Please do not hard code information specific to any one target. Steamless should be dynamic for all titles.

Discussions can be opened within the Issue tracker here:

More Repositories

1

CeAutoAsm-x64dbg

An x64dbg plugin that allows users to execute Cheat Engine auto assembler scripts within x64dbg.
73
star
2

ElgatoLegacy

Use your Elgato Stream Deck on Windows 7, 8 and 8.1!
C++
31
star
3

XiEvents

Reverse engineering information and tools related to the event data for Final Fantasy XI.
20
star
4

XiPackets

Reverse engineered information related to various packet functions, data and systems used with the MMORPG, Final Fantasy XI.
20
star
5

HpkArchiver

.HPK File Extractor / Archiver for Tropico 3/4/5 and Victor Vran
C#
13
star
6

hawkenject

Injected hook for the [defunct] UE3 game, Hawken. The goal of this project is to reimplement the stripped dedicated server functionality of the client. (Client version: 142579)
C++
9
star
7

Detox

A custom Terraria client modification.
C#
7
star
8

grimarc

An archive file extractor for Grim Dawn. Extracts the current .arc game files containing the games content. Currently intended for build 21 during open alpha testing.
C
6
star
9

grimarz

A database file extractor for Grim Dawn. Extracts the current .arz game database files. Currently intended for build 21 during open alpha testing.
C
5
star
10

arcanus-v1-old

A Node.js web framework that is extendable by a powerful plugin system.
JavaScript
4
star
11

depak

Kingdoms of Amalur: Rereckoning PAK file dumper.
C++
4
star
12

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)
C
4
star
13

gdfe

Grim Dawn File Extractor - A file extractor for Grim Dawn that can decompress and extract the game content .arc files.
C++
4
star
14

arcanusdsp-old

A website to interact with the Darkstar private server software for Final Fantasy XI.
JavaScript
3
star
15

Synacor-Challenge-2012

My personal code and solution to the Synacor Challenge from 2012 OSCON.
Python
2
star
16

EoSTools

Tools that are useful for the MMORPG, Echo of Soul.
C++
2
star
17

arcanus-v1

A Node.js web framework that is extendable by a powerful plugin system. [2020 reimport from GitLab to include past commit history.]
JavaScript
2
star
18

dravex

Dungeon Runners Asset Viewer and Extractor
C
2
star
19

craft_extract

Dark Age of Camelot craft information parser and extractor.
C++
1
star
20

atom0s.com

Source code and comment feed for my website, atom0s.com.
1
star
21

phpbb-extension-cloudflare

Adds Cloudflare IP address support to phpBB 3.1.10 and 3.2.x forums.
PHP
1
star
22

arcanusdsp

A website to interact with the Darkstar private server software for Final Fantasy XI. [2020 reimport from GitLab to include past commit history.]
JavaScript
1
star
23

patchLib

A graphics library for creating GUI applications using GDI.
C++
1
star
24

HoneywellWP7PoC

Honeywell Total Connect 2.0 proof of concept application made in C# to connect to their security system service and allow access to your alarm system from the Windows Phone 7 platform.
C#
1
star
25

HoneywellWindowsPoC

Honeywell Total Connect 2.0 proof of concept application made in C# using WinForms to connect to their security system service and allow access to your alarm system from your desktop computer.
C#
1
star
26

Steamless.NET

The original version of Steamless when first ported to C#. (This code is obsolete, do not use! See the new repo here: https://github.com/atom0s/Steamless)
C#
1
star