Stefanuk12/medal-decompiler ? reverse-engineered prompt

Reverse engineered prompt

Build me a Rust app that works as a local Medal LuaU decompiler.

I want to send it Roblox script bytecode as a base64 string with a POST request to http://localhost:3000/decompile, and get back readable LuaU code in the response. It should be able to take the raw bytecode from a script instance, decode and process it, then turn it into something useful and human readable.

If it helps, you can use the current docs or examples online, but keep the app simple and focused on decompiling. I’d like it to run locally, expose that one endpoint, and be structured cleanly so the decompiler logic is separated from the web server part.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab