In fact I have been assigned with a task to secure my DLL, so that if I deploy my software to any system no one can modify or read my DLL.
can you please help me how I can encrypt it without using obfuscator?
In fact I have been assigned with a task to secure my DLL, so
Share
You will need the software to do this, below are some software you may look into
Please note that obfuscate only make your code harder to read and interpret by human, but doesn’t stop people to decompile it.