ModPhuserEx
ModPhuserEx copied to clipboard
A .NET protector supporting .NET Core forked from the discontinued ConfuserEx
Using the following: ``` C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\ ``` Expectation: It works. It used to when the target was .NET Framework. Result: ``` 1>Exception: dnlib.DotNet.TypeResolveException: Could not resolve type: System.Runtime.CompilerServices.IAsyncStateMachine (System.Runtime, Version=5.0.0.0,...
> [ERROR] Failed to resolve dependency of 'My.dll'. > Exception: dnlib.DotNet.AssemblyResolveException: Could not resolve assembly: netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 > γγat dnlib.DotNet.Extensions.ResolveThrow(IAssemblyResolver self, IAssembly assembly, ModuleDef sourceModule) in C:\projects\modphuserex\dnlib\src\DotNet\IAssemblyResolver.cs:line 113...
Hi all, Is there a reason why there is a reference set to Confuser.Runtime after obfuscation? Anyway we can stop this from happening? Thanks!
hey, first and foremost thank you a lot for your awesome mod. After some adjustments it's almost everything I have ever dreamed off π The only thing I was unable...
[INFO] ModPhuserEx v1.0.0-45-g1a7cffe Copyright (C) 0xFireball 2016, Ki 2014 [INFO] Running on Microsoft Windows NT 6.2.9200.0, .NET Framework v4.0.30319.42000, 64 bits [DEBUG] Discovering plugins... [INFO] Discovered 10 protections, 2 packers....
Help me
Whether prompt there is an opportunity the choice of function in dll which do not need to be obfuscated?
I use ConfuserEX and am migrating to ModPhuserEx. In ConfuserEx the system is ok, in ModPhuserEx the system does not open. The projetct: ``` ```
The link for issues is broken
Is it possible to add a packer to utilize IL merging tools such as ILMerge or ILRepack, which automatically merge referenced DLLs (or annotated DLLs with `ObfuscatorAttribute`s like Eazfuscator) into...
I created a very simple class such as: ``` using System; namespace ClassLibrary1 { public class Class1 { public void Go() { Console.WriteLine("Hello"); } } } ``` Protections settings with...