How to obfuscate plugins?Solved
how to obfuscate plugins?
There are a lot of tutorials and solutions to obfuscating C# code, which can be found via a web search. The basics such as the hook names, hook signatures, and plugin attributes would need to remain not obfuscated. You can also minify the code, which just condenses the code.
Locked automatically