-
-
Notifications
You must be signed in to change notification settings - Fork 422
AntiTamper: Disable optimization of native image size #292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
✅ Build ConfuserEx 653 completed (commit ab4a727693 by @mkaring) |
|
❌ Build ConfuserEx 656 failed (commit a08370e7c3 by @mkaring) |
3167632 to
f7e1360
Compare
|
❌ Build ConfuserEx 658 failed (commit abd78aebc0 by @mkaring) |
|
❌ Build ConfuserEx 660 failed (commit dd0c01568e by @mkaring) |
|
❌ Build ConfuserEx 668 failed (commit 4a397abd67 by @ElektroKill) |
|
✅ Build ConfuserEx 674 completed (commit b1fe02ccf3 by @mkaring) |
|
✅ Build ConfuserEx 680 completed (commit 5a5224367f by @mkaring) |
Disabling the optimization of the native image size, allows for the method bodies to be protected properly.
Scrambling members of the global type causes problems in C++/CLI assemblies as some of the methods are called from outside the module or via function pointers.
c33dae8 to
2fc5182
Compare
|
✅ Build ConfuserEx 687 completed (commit e78c140b1d by @mkaring) |
Disabling the optimization of the native image size, allows for the method bodies to be protected properly.
fixes #244