Do Obfuscation for Linux-ARM will work......??? #495
Unanswered
sudhakar269
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
All reactions