RetDec integration is lazy-initialized and driven by theDocumentation Index
Fetch the complete documentation index at: https://docs.pwno.io/llms.txt
Use this file to discover all available pages before exploring further.
BINARY_URL environment variable.
Returned shape
Both tools on this page return JSON-formatted strings.Available tools
get_retdec_statusreports whether decompilation was skipped, failed, or succeededget_decompiled_codereturns C output when available, otherwise an unavailable response with details
Runtime behavior
- if
BINARY_URLis missing, RetDec initialization is skipped - decompilation runs lazily on first access, not at import time
- success responses include whether decompiled code is available