GruMinion

April 21, 2022 ยท View on GitHub

Full Deobfuscator for PEUnion 4.0.0 (.NET & PE32)

Notes

- This is my first deobfuscator for non-MSIL apps (messy ahh code)
- Currently in beta

Info

(stub deobfuscation were made just for fun :))

Protection NameSupportedDetails
PE32 StubYes (Padding included)Compression support soon
.NET StubYesFully works
PE32 Stub DeobfuscationNo
.NET Stub DeobfuscationYesYou likely won't need it

Credits

9ee1 - Capstone.NET (Engine to decompile x86 Assembly Code (XUnionPE))
0xd4d - dnlib (Engine to decompile MSIL Code (XUnion))
bytecode77 - PEUnion