dewolf
dewolf copied to clipboard
[Widget / GUI] Add timeout for GUI
Proposal
Currently a long running decompilation can not be terminated by the user.
We should probably add a timeout or interrupt to decompilation in widget.Worker(QRunnable)
.
With regards to difficulties met previous issues regarding timeouts, this widget timeout could maybe be soft by setting an exit flag or exhausting a timing budget.
Approach
No response