ConfuserEx icon indicating copy to clipboard operation
ConfuserEx copied to clipboard

An open-source, free protector for .NET applications

Results 100 ConfuserEx issues
Sort by recently updated
recently updated
newest added

if I have the following in a class ` public string Great => "Great";` then after the `confuserEx`, it will return `null`! It also has problems with single line getters...

#58 This way serialized data is fully compatible with unobfuscated version

Sometimes it is necessary to provide a patch for obfuscated software. Having different obfuscation applied to patched version comparing with the released one effectively means the patched version cannot be...

Confuser 0.6.0 Xamarin 4.0.3.214 My project file: ``` C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0 C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v4.1 ``` Output: ``` [DEBUG] Checking Strong Name... [DEBUG] Creating global .cctors... [DEBUG] Watermarking... [DEBUG]...

How to set the file name of the encrypted software to be different from that of the original software??? If my software is D:\1.exe How to set up the .crproj...

If my .crproj file add then canot runing. if del then all ok what is then '' meaning??? why make bug ??? THX!

Hi, I'm try to protect my console app file .EXE in NET CORE and I'm giving this error: ``` [INFO] ConfuserEx v1.0.0-custom Copyright (C) Ki 2014 [INFO] Running on Microsoft...

I have prepare below configuration. It has two dll one is temp.dll which is related path and AbsolutePath.dll which is absolute path. ConfuserEx process both dll successfully but it copy...

Dear Sir, Sorry to bother you again. ``` var l = (uint)Mutation.KeyI0; uint[] q = Mutation.Placeholder(new uint[Mutation.KeyI0]); var k = new uint[0x10]; var n = (uint)Mutation.KeyI1; for (int i =...

question

I am trying to use Confuser, but its confusing me 😆 - Following is my .crproject file ``` MySearchPathToFindDependecies ``` - Everything goes well, my exception occurs within in the...