Quote:
Originally Posted by vikvik
How to obfuscate the code of a plugin ? if I have the sma with obfuscated code can I de-obfuscate it ? if yes how ?
talking about amxx coding
|
I doubt there is anything that could deobfuscate obfuscated pawn code, but it depends on the obfuscation method, maybe you could use a deobfuscation tool designed for C-like languages IF you have the SMA file.
If you want an example how to obfuscate code in pawn you could have a look at this plugin:
Check Files by OSTR0G
BTW,
obfuscated pawn plugins break GPL. So you shouldn't do it.