LoGiC.NET-Deobfuscator
June 10, 2021 ยท View on GitHub
Deobfuscator for LoGiC.NET Obfuscator (https://github.com/AnErrupTion/LoGiC.NET).
Usage:
- Drag & Drop Protected Application onto Deobfuscator.
Supported Protections:
Int Encoding:
- Removal of Negative Instructions
- Math (Abs & Min)
String Encryption
Control Flow
Anti De4dot
Proxy Calls (Simplifier? Doesn't fix completely but simplfies them kek. Migth not even work, I don't really know.)
Anti Tamper
Watermark
Renamer
Junk
Note:
- Deobfuscated application will most likely have some unreadable methods because of errors and or might not be able to run.
Before Deobfuscation:

After Deobfuscation:

This is here so that if you want to use the proxy call simplifier you can uncomment it in Core/Deobfuscator.cs (Not tested with other protections.)
Before Proxy Call Simplifier:

After Proxy Call Simplifier:

Should be pretty easy to fix this, but I cba.
Credits:
0xd4d - dnlib (The Library I chose to use for making this deobfuscator.)
MindSystemm - Super-Calculator (De4dot Blocks Cleaning Method.)
AnErruption - LoGiC.NET (For Making LoGiC.NET Obfuscator.)
DevT02 - Junk-Remover (Remove Useless Nops.)