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
pub fn create_remote_thread(
process: &RemoteProcess,
start_address: usize,
parameter: usize,
options: RemoteThreadOptions,
) -> Result<RemoteThread>create a remote thread in the target process