Mdec
Decompilation as a Service. Explore multiple decompilers and compare their output with minimal effort. Upload binary, get decompilation.
Install / Use
/learn @mborgerson/MdecREADME
Update: mdec is now deprecated in favor of the community maintained decompiler-explorer project!
mdec
Explore multiple decompilers and compare their output with minimal effort. Upload binary, get decompilation.

Supported Decompilers
- angr
- Binary Ninja<sup>[1]</sup>
- Ghidra
- Hex-Rays<sup>[1]</sup>
- JEB CE<sup>[2]</sup>
- r2dec
- Reko
- RetDec
- Snowman
Notes:
- Hex-Rays and Binary Ninja require license and binaries; other decompilers will be downloaded automatically.
- JEB CE requires a license code. It's free. More info here.
Components
- Each decompiler is a service that runs in its own container
- A frontend web service proxies requests to backend service
Install
You'll need to add your proprietary packages in backend/*/private. Then just:
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker compose build
Tip: If you want to build only a few services, append the service names to the above command. For example, to build only the free/open source decompilers you can specify:
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker compose build \
frontend \
angr \
ghidra \
r2dec \
reko \
retdec \
snowman
Run
docker compose up
Point your browser at http://127.0.0.1.
Tip: If you want to start only a few services, append the service names to the above command (e.g. frontend, angr, etc.)
API
You can also request decomp like:
curl -F 'file=@test.o' http://127.0.0.1/hexrays/decompile
Related Skills
node-connect
337.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.3kCommit, push, and open a PR
