- UnSealer Is Deobfuscator Written In C# And Using AsmResolver To Read Assemblies.
- UnSealer Is Open Sourced & Licensed Under GPLv3.
UnSealer.CLI.exe filepath -protectionid -protectionid
- Example Executing Confuser String Decrypter
UnSealer.CLI.exe unpackme.exe -cfexconst
- Using
dotnet
dotnet restore
dotnet build
- Using IDE (e.g. Visual Studio, Jetbrains Rider)
- Open Solution.
- Restore Nuget Packages.
- Rebuild Solution.
- Devirualizing Code.
- Decrypting Constants.
- Fix Outlined Methods.
- Fix Call Proxies.
- Restoring Fields From Global Type without Module Corrupting.
- And Many More in Future!
- AsmResolver - (Washi)
- Echo - (Washi)