LumpStich

From Valve Developer Community
Revision as of 10:41, 6 January 2024 by NOUG4AT (talk | contribs) (Created page with "{{Language subpage}} {{lumpStich|4}} is a deobfuscation tool made by '''Rim032'''. Maps are often given anti-decompile protection to prevent players from decompiling, studying...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)

LumpStich LumpStich is a deobfuscation tool made by Rim032. Maps are often given anti-decompile protection to prevent players from decompiling, studying and sometimes even playing those maps. This program removes such lump protection and restores a map to it's original state. This tool is intended to work with Garry's Mod Garry's Mod and Half-Life 2 Half-Life 2 maps.

Note.pngNote:LumpStich has only been tested with version 19 and 20 maps.

How It Works

A protected BSP file and it's acompanying LMP file are carefully stiched together at a specific binary offset to reform an unobstructed .BSP. This ubobstrcuted .BSP can then easily be decompiled and played while the protected .BSP cannot be decompiled, lacks entities and may even crash your game.

Screenshots

Download

Note.pngNote:LumpStich requires .NET Framework .NET Framework to run.

The download contains a Windows .exe along with its source code. The program was written in C#.

External links