You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command-line deobfuscator for common .NET protections (ConfuserEx, ILProtector, Goliath.NET, etc). It's not always magical ( sometimes you have the explore/understand the options) but it definitely helps.
To run it, open a Command Prompt and type:
de4dot
As of version 2023.05, retoolkit also includes a de4dot GUI.
Decompiler and debugger for .NET assemblies. I believe the best feature is the ability to edit and recompile code. It gives you full control of a .NET program.