Home

Awesome

LoGiC.NET-Deobfuscator

Deobfuscator for LoGiC.NET Obfuscator (https://github.com/AnErrupTion/LoGiC.NET).

Usage:

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:

Before Deobfuscation:

bilde

After Deobfuscation:

bilde

<br> 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:

bilde

After Proxy Call Simplifier:

bilde

Should be pretty easy to fix this, but I cba.

Credits:

0xd4d - <a href="https://github.com/0xd4d/dnlib">dnlib</a> (The Library I chose to use for making this deobfuscator.) <br> MindSystemm - <a href="https://github.com/MindSystemm/SuperCalculator">Super-Calculator</a> (De4dot Blocks Cleaning Method.) <br> AnErruption - <a href="https://github.com/AnErrupTion/LoGiC.NET">LoGiC.NET</a> (For Making LoGiC.NET Obfuscator.) <br> DevT02 - <a href="https://github.com/DevT02/Junk-Remover">Junk-Remover</a> (Remove Useless Nops.) <br>