prostone4/Prometheus-Deobfuscator ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Node 16 plus command line tool that takes a Lua script file and deobfuscates it. I want to be able to run it like node bin/pdeobf.js script.lua and also optionally send the cleaned output to a file with something like -o out.lua. It should support both the WeAreDevs fork and the latest Prometheus version, and it should feel like a practical deobfuscator I can use from the terminal on real scripts. If you need to check current docs or examples online, go ahead and do that. Keep it simple, reliable, and easy to run from the repo.
Are you gonna build this?
make sure you review the code using coderabbit