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'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.

documentation

**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...

bug

can you remove the unnecessary stuff in the minify like extra parentheses and extra ; it would make minifying much more easier for me

enhancement

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...

enhancement

I Cant obfuscate fivem lua ![image](https://github.com/prometheus-lua/Prometheus/assets/105653892/5b986b72-ebed-4f3c-bfeb-aad78900fcac)

bug

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...

bug

**Describe the bug** Unable to Obsfucate if you use the buffer Library **To Reproduce** `local ABuffer = buffer.create(1048)` Trying to obsfucate this, fails.

bug

**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:...

bug

The tokenizer needs a heavy upgrade or full rewrite atleast. The parser is perfectly fine. I might push a commit if possible.