ant4g0nist/pyre ? reverse-engineered prompt
Reverse engineered prompt
Build me a browser based Ghidra decompiler that lets me drag in an ELF, Mach O, PE, or wasm file and inspect it right in the page.
I want it to work fully client side, so the binary never leaves the browser. After I load a file, it should figure out the architecture, load the right decompiler support, and show me a list of functions I can open one by one. The main view should use a code editor style interface, and I should be able to cmd click on function calls to jump into them in new tabs. Please also show cross references in a side panel so I can trace where things are used.
Keep it fast and responsive, and make sure the decompiler work happens in the background so the UI stays usable. If you need current docs for the decompiler or browser APIs, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit