New Post: Source code doesn't match binary
I just fixed all unit test cases in the latest change set.
View ArticleUpdated Release: 2.0 RC 2 (Dec 29, 2013)
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 ArticleReleased: 2.0 RC 3 (Dec 29, 2013)
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 3 (Dec 29, 2013)
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 ArticleNew Post: Error caused by inexistant path
https://code.google.com/p/obfuscar/wiki/Configuration This fork still follows the same rule, where it won't accept a .dll to be passed as argument.
View ArticleNew Post: Source code doesn't match binary
Great, thanks! EricOn 12/29/2013 1:33 AM, lextm wrote:From: lextmI just fixed all unit test cases in the latest change set.
View ArticleNew Post: Source code doesn't match binary
Hi lextm,I just downloaded RC3 source, rebuilt and two of the unit tests fail:·ObfuscarTests.OutPathTests.CheckInvalidOutPath: Exception was expected to be of type ApplicationException. Expected: True...
View ArticleNew Post: Source code doesn't match binary
Further to the previous email regarding the failure of the CheckDropsEvents test, the problem is that the type A.A works fine, but it has a nested type, called A.A/a, and the - expected 8, but was 4 -...
View ArticleUpdated Wiki: History
The popularity of managed programming languages and their ease of decompilation introduce a common issue, "How can I protect my binaries?" 1Obfuscation has been invented to add some protection. But...
View ArticleUpdated Wiki: Home
Project DescriptionObfuscar is an open source .NET obfuscator released under MIT license. It provides basic obfuscation features that help secure secrets in a .NET assembly.NewsFeb 2, 2014 Discussion...
View ArticleUpdated Wiki: Home
Project DescriptionObfuscar is an open source .NET obfuscator released under MIT license. It provides basic obfuscation features that help secure secrets in a .NET assembly.NewsFeb 2, 2014 Discussion...
View ArticleUpdated Wiki: History
The popularity of managed programming languages and their ease of decompilation introduce a common issue, "How can I protect my binaries?" (*1)Obfuscation has been invented to add some protection. But...
View ArticleUpdated Wiki: History
The popularity of managed programming languages and their ease of decompilation introduce a common issue, "How can I protect my binaries?" (+1)Obfuscation has been invented to add some protection. But...
View ArticleUpdated Wiki: History
The popularity of managed programming languages and their ease of decompilation introduce a common issue, "How can I protect my binaries?" (&1)Obfuscation has been invented to add some protection....
View ArticleUpdated Wiki: Contributors
Contributors to this project include,Ryan Williams (drcforbin@gmail.com)Werner (webbie@cablemail.de)Przemysław Rajpold (@rejpon in Google Group)Carlo Kok (@carlokok on Twitter/GitHub)Calvin Rien...
View ArticleUpdated Wiki: History
The popularity of managed programming languages and their ease of decompilation introduce a common issue, "How can I protect my binaries?" (&1)Obfuscation has been invented to add some protection....
View ArticleUpdated Wiki: History
The popularity of managed programming languages and their ease of decompilation introduce a common issue, "How can I protect my binaries?" (1)Obfuscation has been invented to add some protection. But...
View ArticleUpdated Wiki: Home
The project logo comes from Legendora Icon by Teekatas Suwannakrua.Project DescriptionObfuscar is an open source .NET obfuscator released under MIT license. It provides basic obfuscation features that...
View ArticleUpdated Wiki: Home
The project logo comes from Legendora Icon by Teekatas Suwannakrua.Project DescriptionObfuscar is an open source .NET obfuscator released under MIT license. It provides basic obfuscation features that...
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, and run "msbuild release.proj".The...
View Article