Updated 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 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 ArticleReleased: 2.0 RC 6 (Feb 05, 2014)
The changes since last commit on Google Code include,Merged all patches from RemObjects' fork.Unicode chars can be used as obfuscated names. Better dependency resolution. Various other small fixes (I...
View ArticleUpdated Release: 2.0 RC 6 (Feb 05, 2014)
The changes since last commit on Google Code include,Merged all patches from RemObjects' fork. Unicode chars can be used as obfuscated names. Better dependency resolution. Various other small fixes (I...
View ArticleUpdated Wiki: Home
The project logo comes from Legendora Icon by Teekatas Suwannakrua.Designed and developed by LeXtudio.Project DescriptionObfuscar is an open source .NET obfuscator released under MIT license. It...
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 ArticleReleased: 2.0 RC 7 (Feb 09, 2014)
The changes since last commit on Google Code include,Merged all patches from RemObjects' fork.Unicode chars can be used as obfuscated names. Better dependency resolution. Various other small fixes (I...
View ArticleUpdated Release: 2.0 RC 7 (Feb 09, 2014)
The changes since last commit on Google Code include,Merged all patches from RemObjects' fork. Unicode chars can be used as obfuscated names. Better dependency resolution. Various other small fixes (I...
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 ArticleReleased: 2.0 (Feb 09, 2014)
The changes since last commit on Google Code include,Merged all patches from RemObjects' fork.Unicode chars can be used as obfuscated names. Better dependency resolution. Various other small fixes (I...
View ArticleUpdated Release: 2.0 (Feb 09, 2014)
The changes since last commit on Google Code include,Merged all patches from RemObjects' fork. Unicode chars can be used as obfuscated names. Better dependency resolution. Various other small fixes (I...
View ArticleCreated Unassigned: Issues in Naming [5]
I've trouble when processing executable created in VB.NetError message is similar to "name ej is already assigned now instructed to assign Ej"...I think that VB is a non case sensitive lang, and so...
View ArticleCreated Unassigned: Version not supported [6]
Hello!My application referenced to Windows kit sdk for win8 and contains reference to wondows.winmd.When I trying obfuscate my application, obfuscar try resolve references and search windows.dll.I put...
View ArticleClosed Unassigned: Failed to resolve assembly [4]
Hi all,I have the issue failed to resolve assembly which is my assembly but I can not figure out what is the source of the problem. Is any way to get more information from Obfuscar?Thanks in advance...
View ArticleCommented Unassigned: Issues in Naming [5]
I've trouble when processing executable created in VB.NetError message is similar to "name ej is already assigned now instructed to assign Ej"...I think that VB is a non case sensitive lang, and so...
View ArticleCommented Unassigned: Version not supported [6]
Hello!My application referenced to Windows kit sdk for win8 and contains reference to wondows.winmd.When I trying obfuscate my application, obfuscar try resolve references and search windows.dll.I put...
View ArticleEdited Unassigned: Windows Store apps are not supported [6]
Hello!My application referenced to Windows kit sdk for win8 and contains reference to wondows.winmd.When I trying obfuscate my application, obfuscar try resolve references and search windows.dll.I put...
View ArticleClosed Issue: Obfuscated WPF application crashed [1]
Class names are hard coded in XAML files for Window and so on. Such strings are embedded in the resource section of the assembly in BAML format. Thus, obfuscation should correctly rename the items in...
View ArticleCreated Unassigned: Obfuscated code behaves differently [7]
Consider the following code:``` class Program{[Obfuscation(Exclude = true)] static void Main(string[] args){ var t = new Two(); Console.WriteLine(t.Property1); Console.WriteLine(t.Property2);...
View ArticleCommented Unassigned: Obfuscated code behaves differently [7]
Consider the following code:``` class Program{[Obfuscation(Exclude = true)] static void Main(string[] args){ var t = new Two(); Console.WriteLine(t.Property1); Console.WriteLine(t.Property2);...
View Article