- Joined
- Jan 8, 2019
- Messages
- 56,605
- Solutions
- 2
- Reputation
- 32
- Reaction score
- 100,451
- Points
- 2,313
- Credits
- 32,570
6 Years of Service
76%

Obfuscar is a basic obfuscator for .NET assemblies. It uses massive overloading to rename metadata in .NET assemblies (including the names of methods, properties, events, fields, types, and namespaces) to a minimal set, distinguishable in most cases only by signature.
Feature
Simple Configuration
Hide everything private, while keeping everything public. You can achieve such simply via default settings.
Name Obfuscation
Hide class/method/property/event names that you don’t want to expose. This is irreversible.
String Compression
String contents can be compressed so that end-users won’t easily learn them. However, this is reversible by certain tools.
Changelog v2.2.38
Global tool now supports .NET 8.
BAML code updated to ILSpy 8.0.
Mono Cecil updated to 0.11.5.
To see this hidden content, you must like this content.