awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
atom0s avatar

atom0s/Steamless

0
View on GitHub↗
4,790 stars·284 forks·C#·13 views

Steamless

Steamless is a specialized utility designed to strip SteamStub digital rights management wrappers from game executables. It functions as a decryptor and unpacker that removes these protection layers to recover the raw binary data of the original application.

By removing the platform-specific wrapper, the tool restores original entry points and enables executables to run without requiring an authenticated platform instance. This process prepares game binaries for modification by removing the layers that typically prevent third-party tools from accessing the code.

The project utilizes static binary unpacking, linear binary scanning, and pattern-based bytecode analysis to identify payload boundaries and reconstruct original executable structures.

Features

  • SteamStub Unpackers - Removes SteamStub DRM protection from game executables to restore the original unpacked state.
  • Binary Decryptors - Removes digital rights management layers from packed software executables to recover raw binary data.
  • Binary Unpacking - Extracts original application binaries from protection wrappers without executing the code.
  • Steam DRM Cracking Tools - Removes SteamStub protection to allow game executables to run without the platform wrapper.
  • Bytecode Analysis Tools - Utilizes pattern-based bytecode analysis to identify DRM wrapper boundaries within executable files.
  • Game Modding Toolkits - Prepares game binaries for modification by removing protection layers that block third-party tools.
  • Executable Header Reconstruction - Restores original entry points and section offsets after removing the protector layer.
  • Linear Binary Scanning - Parses executables sequentially to detect transitions between the DRM wrapper and legitimate application code.
  • Signature-Driven Payload Extraction - Locates the start of the packed payload by matching version-specific markers in the file stream.
  • Gaming Emulation and Tools - Removes DRM protection from Steam-based game executables.

Star history

Star history chart for atom0s/steamlessStar history chart for atom0s/steamless

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Steamless

Similar open-source projects, ranked by how many features they share with Steamless.
  • steamautocracks/steam-auto-crackSteamAutoCracks avatar

    SteamAutoCracks/Steam-auto-crack

    3,095View on GitHub↗

    中文

    C#
    View on GitHub↗3,095
  • de4dot/de4dotde4dot avatar

    de4dot/de4dot

    7,428View on GitHub↗

    de4dot is a .NET deobfuscator and unpacker designed to reverse obfuscation and restore readable code and metadata within .NET assemblies. It functions as a bytecode analyzer that simplifies control flow, strips anti-debugging protections, and extracts original payloads from packed executable wrappers. The project distinguishes itself through a modular deobfuscation pipeline and a sandbox environment used for dynamic string decryption, which executes decryption methods to replace encrypted strings with plain-text values. It can identify specific obfuscation tools through pattern-based binary a

    C#
    View on GitHub↗7,428
  • extremecoders-re/pyinstxtractorextremecoders-re avatar

    extremecoders-re/pyinstxtractor

    4,119View on GitHub↗

    pyinstxtractor is a PyInstaller executable unpacker and Python bytecode recovery tool. It functions as a helper for decompiling compiled Python binaries by extracting bundled binaries and bytecode from executables created with PyInstaller. The project includes a bytecode decryptor to remove encryption from extracted files and a header repair tool that restores corrupted headers. These capabilities ensure that extracted compiled files are compatible with bytecode decompilation software. The utility covers reverse engineering of Python applications, supporting malware analysis workflows throug

    Pythondecompilepycpyc-files
    View on GitHub↗4,119
  • 0xd4d/de4dot0xd4d avatar

    0xd4d/de4dot

    7,426View on GitHub↗

    de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers, restore metadata, and simplify bytecode control flow to transform protected binaries back into human-readable code. The project features specialized systems for decrypting strings and constants using both static and dynamic analysis. It identifies specific protection tools through pattern-based detection and strips anti-analysis protections, such as tamper detection and anti-debugging code. The tool provides a suite of reverse engineering capabilities, including binary wrapper un

    C#
    View on GitHub↗7,426
See all 24 alternatives to Steamless→

Frequently asked questions

What does atom0s/steamless do?

Steamless is a specialized utility designed to strip SteamStub digital rights management wrappers from game executables. It functions as a decryptor and unpacker that removes these protection layers to recover the raw binary data of the original application.

What are the main features of atom0s/steamless?

The main features of atom0s/steamless are: SteamStub Unpackers, Binary Decryptors, Binary Unpacking, Steam DRM Cracking Tools, Bytecode Analysis Tools, Game Modding Toolkits, Executable Header Reconstruction, Linear Binary Scanning.

What are some open-source alternatives to atom0s/steamless?

Open-source alternatives to atom0s/steamless include: steamautocracks/steam-auto-crack — 中文. de4dot/de4dot — de4dot is a .NET deobfuscator and unpacker designed to reverse obfuscation and restore readable code and metadata… extremecoders-re/pyinstxtractor — pyinstxtractor is a PyInstaller executable unpacker and Python bytecode recovery tool. It functions as a helper for… 0xd4d/de4dot — de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers,… fabricmc/fabric-api — Fabric API is a modular framework designed for Minecraft mod development, providing a standardized set of hooks and… geode-sdk/geode — Geode is a game modification SDK and mod loader for Geometry Dash. It functions as a hooking engine and UI framework…