Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Suspend the running process
Tries to suspend the process. If successful, the PROCESS_SUSPENDED
debug event will arrive (see wait_for_next_event)
   arguments: none
returns: success
To resume a suspended process use the wait_for_next_event function.
See the important note to the step_into() function

success suspend_process();

Index | Previous topic | Next topic