Eazfuscator: Unpacker [upd]
Before we can unpack, we need to understand what we are up against. Unlike "native" packers (like UPX for .exe files), .NET packers operate within the Common Language Runtime (CLR).
These are "memory dumpers." They ignore the obfuscated file on disk. Instead, they wait for the application to load entirely into RAM. Once loaded, the Windows loader has already unpacked the structures. ExtremeDumper simply copies the clean image from Memory.BasicInformation to a new file. eazfuscator unpacker