LumpStich: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Language subpage}}
{{Language subpage}}
[[File:LumpStich-MainGUI.png|thumb|left|The main GUI of LumpStich. It's currently stiching an obfuscated gm_flatgrass.]]
[[File:LumpStich-MainGUI.png|thumb|The main GUI of LumpStich. It's currently stiching an obfuscated gm_flatgrass.]]
[[File:LumpStich-UnobfuscatedMapMade.png|thumb|left|A new unobfuscated gm_flatgrass has been created.]]
[[File:LumpStich-UnobfuscatedMapMade.png|thumb|A new unobfuscated gm_flatgrass has been created.]]
{{lumpStich|4}} 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 {{gmod|4}} and {{hl2|4}} maps.
{{lumpStich|4}} 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 {{gmod|4}} and {{hl2|4}} maps.
{{Note|LumpStich has only been tested with version 19 and 20 maps.}}
{{Note|LumpStich has only been tested with version 19 and 20 maps.}}

Revision as of 10:43, 6 January 2024

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