fxserver-resource-scrambler icon indicating copy to clipboard operation
fxserver-resource-scrambler copied to clipboard

Decorators

Open FrazzIe opened this issue 7 years ago • 2 comments

Suggestion to possibly add in the scrambling of decorators?

Thought this might be a nice addition. ¯_(ツ)_/¯

FrazzIe avatar May 12 '18 23:05 FrazzIe

you could also extend this to variables and function names, would definetely be useful.

this wouldn't even need a detection method either, just scrambling them in the first place would be great!

Blumlaut avatar May 28 '18 10:05 Blumlaut

Nice ideas but I have no time to work on this for now. Any help will be greatly appreciated !

For variables and function names I think the way to go is to parse lua AST (ex: https://github.com/oxyc/luaparse) to not mess with the scopes.

indilo53 avatar May 28 '18 14:05 indilo53