Closed Yogpod closed 1 year ago
Oh wow, more examples. Do people obfuscate code specifically against glualint? 😅
Thanks for reporting though. I'll take a look when I get the chance.
Oh wow, more examples. Do people obfuscate code specifically against glualint? 😅
Yeah that and I think just lua linters in general to make it more difficult to reverse the code
If I beautify
then it will give me
which does not work because of the missing parenthesis and yes this came from an obfuscator again
I can just set "prettyprint_removeRedundantParens" to false in the config but it doesn't seem redundant if it causes a syntax error without them
Also this syntax fails, should I make a separate issue for it: