1-3-7/disrobe ? reverse-engineered prompt

Reverse engineered prompt

Build me a Rust command line tool that can take a suspicious file and figure out what it is, then recover it as far as possible without running it. I want one app that can identify packers and obfuscators, unpack common protected binaries, and decompile or deobfuscate things like Python bytecode, Java and Android files, .NET, WebAssembly, JavaScript, Go, and native executables. It should have a simple auto mode that chains the right steps for the input, plus separate commands for identify, decompile, and unpack when I want more control.

It should work on Windows, Linux, and macOS, produce deterministic output, and be useful for malware analysis and CTF work. If some parts need optional external tools like Ghidra or jadx, make those optional and use the built in path by default. Keep the interface clean, include a doctor style command to check what is installed, and add enough docs and examples so I can use it from the terminal right away.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab