awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
atom0s avatar

atom0s/Steamless

0
View on GitHub↗
4,790 stele·284 fork-uri·C#·4 vizualizări

Steamless

Steamless este un utilitar specializat conceput pentru a elimina wrapper-ele de gestionare a drepturilor digitale (DRM) SteamStub din executabilele jocurilor. Acesta funcționează ca un decriptor și unpacker care elimină aceste straturi de protecție pentru a recupera datele binare brute ale aplicației originale.

Prin eliminarea wrapper-ului specific platformei, instrumentul restaurează punctele de intrare originale și permite executabilelor să ruleze fără a necesita o instanță de platformă autentificată. Acest proces pregătește binarele jocurilor pentru modificare prin eliminarea straturilor care împiedică de obicei instrumentele terțe să acceseze codul.

Proiectul utilizează despachetarea binară statică, scanarea binară liniară și analiza bytecode-ului bazată pe tipare pentru a identifica limitele payload-ului și a reconstrui structurile executabile originale.

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.

Istoric stele

Graficul istoricului de stele pentru atom0s/steamlessGraficul istoricului de stele pentru atom0s/steamless

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Steamless

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Steamless.
  • steamautocracks/steam-auto-crackAvatar SteamAutoCracks

    SteamAutoCracks/Steam-auto-crack

    3,095Vezi pe GitHub↗

    中文

    C#
    Vezi pe GitHub↗3,095
  • de4dot/de4dotAvatar de4dot

    de4dot/de4dot

    7,428Vezi pe 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#
    Vezi pe GitHub↗7,428
  • extremecoders-re/pyinstxtractorAvatar extremecoders-re

    extremecoders-re/pyinstxtractor

    4,119Vezi pe 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
    Vezi pe GitHub↗4,119
  • 0xd4d/de4dotAvatar 0xd4d

    0xd4d/de4dot

    7,426Vezi pe 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#
    Vezi pe GitHub↗7,426
Vezi toate cele 24 alternative pentru Steamless→

Întrebări frecvente

Ce face atom0s/steamless?

Steamless este un utilitar specializat conceput pentru a elimina wrapper-ele de gestionare a drepturilor digitale (DRM) SteamStub din executabilele jocurilor. Acesta funcționează ca un decriptor și unpacker care elimină aceste straturi de protecție pentru a recupera datele binare brute ale aplicației originale.

Care sunt principalele funcționalități ale atom0s/steamless?

Principalele funcționalități ale atom0s/steamless sunt: SteamStub Unpackers, Binary Decryptors, Binary Unpacking, Steam DRM Cracking Tools, Bytecode Analysis Tools, Game Modding Toolkits, Executable Header Reconstruction, Linear Binary Scanning.

Care sunt câteva alternative open-source pentru atom0s/steamless?

Alternativele open-source pentru atom0s/steamless includ: 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…