Changes

Jump to navigation Jump to search
46 bytes added ,  14:16, 25 November 2016
Line 62: Line 62:  
** Infect victim with parasite blob with <code>compel_infect(ctl, nr_thread, size_of_args_area)</code>
 
** Infect victim with parasite blob with <code>compel_infect(ctl, nr_thread, size_of_args_area)</code>
 
* Cure the victim with <code>compel_cure(ctl)</code> and stop using the ctl pointer as it's freed by the call
 
* Cure the victim with <code>compel_cure(ctl)</code> and stop using the ctl pointer as it's freed by the call
* Resume the task with <code>compel_resume_task(pid)</code>
+
* Resume the task with <code>compel_resume_task(pid, orig_state, state)</code> with the saved state value
    
=== Infecting ===
 
=== Infecting ===

Navigation menu