Skip to content

Mod of DevT02's Junk Remover, Now can disable (very basic) Protections such as AntiTampering, AntiDebugging & AntiDumping.

Notifications You must be signed in to change notification settings

miso-xyz/Junk-Protection-Remover

 
 

Repository files navigation

Junk-Remover

.NET attributes cleaner/Junk remover for obfuscation.

(you currently need to use settings.txt from the og application because i forgot to provide it because im a dumbass)

Usage

Drag & Drop on the application to clean it

Mod Improvements

- Simple Math Solver
- Base64 Strings Decoder (currently is not recommended to use)
- "DllImport" Methods Renamer
- Very Basic Protection "Remover" (more like disabler but aight), Supports AntiDebugging, AntiTampering & AntiDumping
- CUI Improvements & Fixes

TLDR: it just comments instructions that are protections so they don't load

Mod Notes:

This mod will likely trigger any AntiTampering methods that it hasnt detected, please use the original application if so.

(This mod is just to target basic obfuscators, it will likely not work on stronger obfuscators)

Arguments (v1.0.1)

- "-commentProtectionMethods" | Keeps protection as strings instead of clearing them (they're still disabled)
- "-showAll" | Shows every actions of the tool

Screenshots

v1.1.0 & later

basicView

before v1.1.0

basicView

(using "-showAll" (v1.0.1 <))

showAll

Result

Protections will be presented as such if found by the mod

Version 1.0.1: you will have to add "-commentProtectionMethods" in the starting arguments to have the following, Version 1.1.0: set "Comment Protection Methods" to True

this option will/can increase the file size disabledProtectionsOutput

Debugging calls will be changed to strings to prevent the application to check for debuggers debuggerCallsToStrings

DllImport / ImplMap Methods are renamed to %FunctionNameInImportedDll%_%ImportedDllName% implmap

Credits

About

Mod of DevT02's Junk Remover, Now can disable (very basic) Protections such as AntiTampering, AntiDebugging & AntiDumping.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%