prometheus-lua / Prometheus

Lua Obfuscator written in pure Lua

Home Page:https://levno-710.gitbook.io/prometheus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print method?

CrxyScripter opened this issue · comments

Is there any way to change the output method to print?

Do you mean that it doesn't create the obfuscated file, but instead prints it.
If so, you could modify the last 3 lines of src/cli.lua to print instead of writing a file.

Thanks!