Prometheus
Prometheus copied to clipboard
Lua Obfuscator written in pure Lua
I'm new to this kind of stuff, and would like to obfuscate my script, I hardly understand it. Will there be a youtube tutorial? Thanks.
**Describe the bug** `lua: .\src\prometheus\util.lua:254: attempt to call a nil value (global 'newproxy') stack traceback: .\src\prometheus\util.lua:254: in function 'prometheus.util.readonly' .\src\prometheus.lua:31: in main chunk [C]: in function 'require' .\src\cli.lua:13: in main...
can you remove the unnecessary stuff in the minify like extra parentheses and extra ; it would make minifying much more easier for me
The main reason this project fails in most places is the time it takes to obfuscate this because of the parser that needs a major update, it surprises me the...
I Cant obfuscate fivem lua 
Spelling mistake fixes
[BUG] Script obfuscated with strong preset is always failing to execute inside Roblox environment!
So the bug is pretty weird so when trying to run obfuscated with strong preset script in roblox env it fails with error: `attempt to call a nil value` Steps...
**Describe the bug** Unable to Obsfucate if you use the buffer Library **To Reproduce** `local ABuffer = buffer.create(1048)` Trying to obsfucate this, fails.
**Describe the bug** I was testing against https://github.com/SafeteeWoW/LibDeflate/blob/main/LibDeflate.lua and it failed. **To Reproduce** .\prometheus.exe --out .\LibDeflate_Obfuscated.lua --preset Medium .\LibDeflate.lua PROMETHEUS: Applying Obfuscation Pipeline to .\LibDeflate.lua ... PROMETHEUS: Parsing ... PROMETHEUS:...
The tokenizer needs a heavy upgrade or full rewrite atleast. The parser is perfectly fine. I might push a commit if possible.