create_remote_thread

Function create_remote_thread 

Source
pub fn create_remote_thread(
    process: &RemoteProcess,
    start_address: usize,
    parameter: usize,
    options: RemoteThreadOptions,
) -> Result<RemoteThread>
Expand description

create a remote thread in the target process