Mr Roux
Mr Roux
1) Open fine with me 2) its linked to 1) 3) Master.zip never include external ref in Github. Download the project using Github desktop. 4) To prevent newbies 5) https://yck1509.github.io/ConfuserEx/news/
You can't exclude a needed referenced assembly. To solve your issue simply put `Dropbox.Api.dll v4.0` in the same folder as where your main .exe file is :)
Doesn't dnSpy handle/bypass `CheckRemoteDebuggerPresent` detections ?
Hello just read the code and compare it to original. It adds extra debugger checks, hence why the "anti" for "antidebug". It's old code from 15 Jul 2018 however, and...
Error is raised by `Confuser.Protections.TypeScramble.Scrambler` not `Confuser.Renamer` ? [TypeSig.ScopeType](https://github.com/XenocodeRCE/neo-ConfuserEx/blob/master/Confuser.Protections/TypeScrambler/Scrambler/ScannedItem.cs#L32) is null and because there is no exception handling here it throw an error
I don't think `TypeScrambler` can handle generics, because it transforms param and so to generic. I used a built-int Boolean method to check if Type contains generic types, this seems...
From my tests it seems is simply not compatible with generic types at all. ```csharp class Test { T _value; public Test(T t) { // The field has the same...
Last commit should have fixed this bug @mkaring thanks to 2 PR
People, we might just need a Pull Request here no ? Otherwise we just might put that protection in the bin ?
@gigajew You are not wrong : we cannot know 99% of the call order in a file. However : • We know that Initializecomponent() is called by the .ctor for...