-
-
Notifications
You must be signed in to change notification settings - Fork 419
Do Obfuscation for Linux-ARM will work......??? #495
-
I'm trying to do Obfuscation using these protection rules
rule pattern="true" preset="maximum"
protection id="anti debug" action="add"
protection id="anti ildasm" action="add"
protection id="rename" action="remove"
protection id="ref proxy" action="remove"
Obfuscation is happening but I'm facing this Exception while running in Linux-ARM.....
So firstly Will ConfuserEX will support for Linux???
If ConfuserEX will support for Linux what could be the basic protection rules???
Unhandled exception. System.TypeInitializationException: The type initializer for '' threw an exception.
---> System.NullReferenceException: Object reference not set to an instance of an object.
at ?????????????????????????????????????????()
at .cctor()
--- End of inner exception stack trace ---
Aborted
Any Solution...............?
Beta Was this translation helpful? Give feedback.