Skip to content

Werve/UnSealer

 
 

Repository files navigation

UnSealer

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

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

About

.NET Assemblies Deobfuscator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%