What is Obfuscar?
Obfuscar is a tool that modifies the metadata of .NET assemblies to make them more difficult to understand and reverse-engineer. It renames various elements within the assemblies, including methods, properties, events, fields, types, and namespaces, reducing them to a minimal set that can only be differentiated by their signatures. Obfuscar is a part of the NuGet Packages category of tools in a software development tech stack
Highlights
- Renames metadata elements in .NET assemblies to obfuscate their purpose
- Supports renaming of methods, properties, events, fields, types, and namespaces
- Reduces the number of unique identifiers to the minimum required for the assembly to function
- Included in the NuGet Packages category of a tech stack