LumpStich

From Valve Developer Community
Revision as of 10:42, 6 January 2024 by NOUG4AT (talk | contribs)
Jump to navigation Jump to search
English (en)Translate (Translate)
The main GUI of LumpStich. It's currently stiching an obfuscated gm_flatgrass.
A new unobfuscated gm_flatgrass has been created.

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.

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