Prometheus
Prometheus copied to clipboard
Lua Obfuscator written in pure Lua
**Describe the bug** So, the bug happens when you try to obfuscate any code using += and probably even -=. **Expected behavior** Usually, you would do count += 1 and...
**Describe the bug** The obfuscator doesn't support truncating the output of a function or `...` using parenthesis (`()`) **Expected behavior** The amount of values to be truncated (or raised with...
**Describe the bug** During cases of complex order-of-operation making of a table, the obfuscator will produce code that fails (Example error: `attempt to perform arithmetic on field '?' (a nil...
So, this is gonna sound like an odd one, but... this is for Roblox LUA code by the way. So, in normal circumstances, this code would execute just fine without...
**Describe the bug** I decided to cover my large project (221Kb) with preset strong (does not depend on preset), this error comes out: C:\prometheus-windows>prometheus.exe . /123.lua --Lua51 --nocolors --o "123.luac"...
**Describe the bug** A clear and concise description of what the bug is. the bug is: ```lua local n,s,f,l,e,k,D,r,Y,y,h,j,O,J,Q,P,p,C5,c,x,o,R,u,a,q,Z,z,K,W,t5,N,L,A,S while B do ``` the above code represents the local variables...
**Describe the bug** You can easily dump strings in scripts that had EncryptStrings applied by finding " .. " and inserting print() in each result **Expected behavior** It should be...
1. When you use Strong preset on any script, it will ALWAYS throw error: **Example of code:** ``` local a = b if not a then print("BBB") end ``` 2....
[BUG]
i got this error for obfuscation lua: /root/Prometheus/src/logger.lua:54: Lexing Error at Position 197:3689, Unexpected char "\096"! stack traceback: [C]: in function 'error' /root/Prometheus/src/logger.lua:54: in function 'errorCallback' /root/Prometheus/src/logger.lua:57: in function 'error'...
Add better `bytesToString` implementation from