-
I write Script mods for GTAV and have used ConfuserEX on all my mods without issue. I have been writing a library that I want to be able to use in several mods but if I run that library through Confus…
-
Does ConfuserEx support obfuscation of Windows Store Apps? Is there any documentation on doing so?
-
I have one assembly which takes about 20 minutes to confuse. The result is good, no errors. I am only using rename protection, no other complex protections. I am not sure if it's related to the size o…
-
ConfuserEx 1.0.0 has been working really well with a project but when I renamed it, the protection fails near the end of the process (see attached logs) with a 'Tables heap' error. The protection alw…
-
Steps to get issue:
Created a exe with AssemblyInfo.cs.
run exe through https://github.com/yck1509/ConfuserEx.
_Mono.Cecil says no Custom Attribute thus assembly.HasCustomAttributes is false.
…
-
Hello.
To import a class and its method into my loaded assembly I am using a simple snippet like this:
```
///
/// Import a new clas into the loaded assembly
///
/// Current type
/// Retu…
ghost updated
7 years ago
-
Hi, our team uses postsharp already about 8 years (free version) to wrap any method/property into try-catch and measure quantity of calls, execution time and not finished calls, inside of our modules.…
-
Hey!
Sorry to bother Your again.
I am trying to understand how Anti-Tampering works in ConfuserEx. It seems that it encrypts the CIL commands and decrypts them at runtime (key and calculation are ins…
-
It would be great if there were "BeforeProtect" and "AfterProtect" command options (Path to some executable to run, for instance) in the ConfuserEx project file. So that we can define tasks, like exec…
-
Hi developer,
You might need look over this page.
http://hackandmodz.net/threads/crackme-unpackme-simple-confuserex-0-5-0.8617/
With me, it's a very sad news.
How can I chage the encrytion method …