Updated Wiki: Documentation
The documentation site is moved to https://docs.obfuscar.com/. This site will no longer be updated.Obfuscar is a basic obfuscator for .NET assemblies. It uses massive overloading to rename metadata in...
View ArticleUpdated Wiki: Home
The project logo comes from Legendora Icon by Teekatas Suwannakrua.Maintained and supported by LeXtudio.Project DescriptionObfuscar is an open source .NET obfuscator released under MIT license. It...
View ArticleReviewed: 2.2.5 (Jun 02, 2017)
Rated 5 Stars (out of 5) - Console.ReadLine(); Is it so difficult to do this?
View ArticleUpdated Release: 2.2.5 (May 10, 2017)
Solely available https://www.nuget.org/packages/Obfuscar/2.2.5Please refer to the release notes at NuGet.
View ArticleReleased: 2.2.5 (May 10, 2017)
Solely available https://www.nuget.org/packages/Obfuscar/2.2.5 Please refer to the release notes at NuGet.
View ArticleUpdated Wiki: FAQ
The documentation site is moved to https://obfuscar.lextudio.com/. This site will no longer be updated.How to troubleshoot TypeLoadException during reflection? After obfuscation, the application might...
View ArticleUpdated Wiki: Contributors
The documentation site is moved to https://obfuscar.lextudio.com/. This site will no longer be updated.Contributors to this project include,Ryan Williams (drcforbin@gmail.com)Werner...
View ArticleUpdated Wiki: History
The documentation site is moved to https://obfuscar.lextudio.com/. This site will no longer be updated.The popularity of managed programming languages and their ease of decompilation introduce a common...
View ArticleUpdated Wiki: Basic Example
The documentation site is moved to https://obfuscar.lextudio.com/. This site will no longer be updated.There is a basic example project included in the code base. To build and obfuscate the...
View ArticleUpdated Wiki: Configuration
The documentation site is moved to https://obfuscar.lextudio.com/. This site will no longer be updated.Obfuscar accepts a single command line argument, the path to its configuration file.The...
View ArticleUpdated Wiki: What It Does
The documentation site is moved to https://obfuscar.lextudio.com/. This site will no longer be updated.What does Obfuscar do? Basically, Obfuscar scrambles the metadata in a set of assemblies. It...
View ArticleUpdated Wiki: Documentation
The documentation site is moved to https://obfuscar.lextudio.com/. This site will no longer be updated.Obfuscar is a basic obfuscator for .NET assemblies. It uses massive overloading to rename metadata...
View ArticleUpdated Wiki: Home
The project logo comes from Legendora Icon by Teekatas Suwannakrua.Maintained and supported by LeXtudio.Project DescriptionObfuscar is an open source .NET obfuscator released under MIT license. It...
View ArticleUpdated Wiki: Basic Example
There is a basic example project included in the code base. To build and obfuscate the BasicExample, get the source from Git, navigate to the BasicExample path.The example consists of a solution that...
View ArticleUpdated Wiki: Configuration
Obfuscar accepts a single command line argument, the path to its configuration file.The configuration file is used to specify what assemblies should be obfuscated, where to find the dependencies for...
View Article