summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorblasty <peter@haxx.in>2026-07-11 10:59:48 +0200
committerblasty <peter@haxx.in>2026-07-11 10:59:48 +0200
commite769336aa753639f26208fd7755c1585d59caf41 (patch)
tree4be70a40c201206f4e6286742af5c6ca2ebb1c78 /docs
parentdrive pc: render pseudocode in the TUI, not just the driver (diff)
downloadida-tui-e769336aa753639f26208fd7755c1585d59caf41.tar.gz
ida-tui-e769336aa753639f26208fd7755c1585d59caf41.tar.xz
ida-tui-e769336aa753639f26208fd7755c1585d59caf41.zip
fix: don't hang drive pc on undecompilable functions
toggle_view's settle predicate (lambda: app._active != before) never fired when tabbing toward pseudocode on a function Hex-Rays can't decompile: App._apply_decomp snaps the view back to disasm, so _active returns to its prior value -> full 20s settle timeout (x2 in _show_decomp, ~40s for drive pc). Recognize the decomp-failed fallback as settled. Also harden two amplifiers surfaced by the same case: - rpcclient: the CLI socket had no read timeout and would block forever on any server slowness; add a bounded settimeout (IDATUI_RPC_TIMEOUT, default 90s) with a clear error. - domain.decompile: pass a bounded 15s timeout and cache failures, so a failing decompile can't sit at the 30s client default or be re-run by transport retries.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions