Prometheus icon indicating copy to clipboard operation
Prometheus copied to clipboard

Lua Obfuscator written in pure Lua

Results 51 Prometheus issues
Sort by recently updated
recently updated
newest added

I tried to obfuscate a code with bitwise operators and looks like it doesn't work. For example: - bitwise OR `local a = 10 * 2 ^ 16 | 2`...

enhancement