You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A useful feature would be if there was an option in rizin (for example) e ghidra.timeout=30 that would allow for a maximum timeout and cancellation if the timeout was hit.
Thank you for the consideration.
The text was updated successfully, but these errors were encountered:
When using the Ghidra API, one of arguments exposed to
decompileFunction
istimeoutSecs
.Ref: https://ghidra.re/ghidra_docs/api/ghidra/app/decompiler/DecompInterface.html#decompileFunction(ghidra.program.model.listing.Function,int,ghidra.util.task.TaskMonitor)
A small implementation (with a timeout of 30 seconds per function) would resemble the following:
A useful feature would be if there was an option in rizin (for example)
e ghidra.timeout=30
that would allow for a maximum timeout and cancellation if the timeout was hit.Thank you for the consideration.
The text was updated successfully, but these errors were encountered: