Prometheus
Prometheus copied to clipboard
[BUG] Unable to Obsfucate if the script uses the ROBLOX Buffer Library
Describe the bug Unable to Obsfucate if you use the buffer Library
To Reproduce
local ABuffer = buffer.create(1048)
Trying to obsfucate this, fails.
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.
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?
Not sure what the owner plans to do but it mostly likely should be supported in the near future with LuaU being fully supported.
I don't think so, the author probably abandoned the project, and probably won't return for a long time if he ever returns.
Someone might make some PR or create an independent fork of this project.
Not exactly true as the author has stated that he is busy and doesn't always have free time to focus on this.
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)
That's right.