prometheus-lua / Prometheus

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

Feature Request: Customizable messages produced by VM, AntiTamper, & other obfuscation steps #72

Open LolloDev5123 opened 1 year ago

LolloDev5123 commented 1 year ago

It would be very cool to be able to customize the error messages produced by various functions within the codebase, especially during branding

You would be able to edit all the different error message strings that are produced by the VM Code / other code included in the output file

levno-710 commented 1 year ago

Currently the VM Code doesnt have any error checking, so if something fails, it throws some random error.

The same goes for the other steps.

It would be a lot of work to implement this, however I will maybe do this in a later version.

LolloDev5123 commented 1 year ago

There are some error strings that the VM throws and not Lua, that could be customized, same goes for the tamper protection

levno-710 commented 1 year ago

OK, I will probably create a file called strings.lua and outline all strings to that file, so that they can be customized