/UnSealer

.NET Assemblies Deobfuscator.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

UnSealer

  • UnSealer Is Deobfuscator Written In C# And Using AsmResolver To Read Assemblies.
  • UnSealer Is Open Sourced & Licensed Under GPLv3.

Notice This Project Discounted.

  • This Archived Since 8/5/2021.
  • No Updates Will Reach After.

How To Use

  • UnSealer.CLI.exe filepath -protectionid -protectionid
  • Example Executing Confuser String Decrypter UnSealer.CLI.exe unpackme.exe -cfexconst

Compiling

  • Using dotnet
dotnet restore
dotnet build
  • Using IDE (e.g. Visual Studio, Jetbrains Rider)
  • Open Solution.
  • Restore Nuget Packages.
  • Rebuild Solution.

Features

  • Devirualizing Code.
  • Decrypting Constants.
  • Fix Outlined Methods.
  • Fix Call Proxies.
  • Restoring Fields From Global Type without Module Corrupting.
  • And Many More in Future!

CLI-Preview

alt text

Credits