MCPcopy Create free account
hub / github.com/OpenByteDev/dll-syringe / start_remote_thread

Method start_remote_thread

src/process/process.rs:233–255  ·  view source on GitHub ↗

not relevant as ptr is dereffed in the target process and any invalid deref will only result in an io::Error.

(
        &self,
        remote_fn: unsafe extern "system" fn(*mut T) -> u32,
        parameter: *mut T,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

run_remote_threadMethod · 0.80

Implementers 2

borrowed.rssrc/process/borrowed.rs
owned.rssrc/process/owned.rs

Calls 1

as_raw_handleMethod · 0.45

Tested by

no test coverage detected