prometheus-lua / Prometheus

Lua Obfuscator written in pure Lua
https://levno-710.gitbook.io/prometheus/
GNU Affero General Public License v3.0
220 stars 65 forks source link

[BUG] Unable to Obsfucate if the script uses the ROBLOX Buffer Library #161

Open LostTray opened 9 months ago

LostTray commented 9 months ago

Describe the bug Unable to Obsfucate if you use the buffer Library

To Reproduce local ABuffer = buffer.create(1048) Trying to obsfucate this, fails.

Brohammer5 commented 9 months ago

Your are using LuaU which is not fully supported however you should use the LuaU option as this might be a fix for your problem.

LostTray commented 9 months ago

I already use the LuaU option. Is it planned to update the LuaU option with the Buffer Library? or am I going to need to find another Obsfucator?

Brohammer5 commented 9 months ago

Not sure what the owner plans to do but it mostly likely should be supported in the near future with LuaU being fully supported.

nacho00112 commented 7 months ago

I don't think so, the author probably abandoned the project, and probably won't return for a long time if he ever returns.

nacho00112 commented 7 months ago

Someone might make some PR or create an independent fork of this project.

Brohammer5 commented 7 months ago

Not exactly true as the author has stated that he is busy and doesn't always have free time to focus on this.

9382 commented 5 months ago

Obfuscating just the line you provide doesn't cause me any issues. If you are, however, using the Strong preset, that uses the AntiTamper step, which relies on the debug library, and that won't work with LuaU (at least in its current setup - see #163)

Zaenalos commented 5 months ago

That's right.