LumpStich: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 2: Line 2:
[[File:LumpStich-MainGUI.png|thumb|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|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'''.
{{ls|4}} is a deobfuscation tool made by '''Rim032'''.
   
   
==Overview==
==Overview==
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 its original state. This tool is intended to work with {{gmod|4}} and {{hl2|4}} maps.
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 its 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|{{ls|1}} has only been tested with version 19 and 20 maps.}}
{{important|LumpStich requires {{net|4}} to run.}}
{{important|LumpStich requires {{net|4}} to run.}}


==How It Works==
==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.
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 the game.


== External links ==
== External links ==
* [https://github.com/Rim032/LumpStich GitHub repository]
* [https://github.com/Rim032/LumpStich GitHub repository]

Revision as of 10:51, 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.

Overview

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 its 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.
Icon-Important.pngImportant:LumpStich requires .NET Framework .NET Framework to run.

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 the game.

External links