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

Interface Process

src/process/process.rs:59–322  ·  view source on GitHub ↗

A trait representing a running process. # Note The underlying handle has the following [privileges](https://docs.microsoft.com/en-us/windows/win32/procthread/process-security-and-access-rights): - `PROCESS_CREATE_THREAD` - `PROCESS_QUERY_INFORMATION` - `PROCESS_VM_OPERATION` - `PROCESS_VM_WRITE` - `PROCESS_VM_READ`

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 36

allocMethod · 0.80
freeMethod · 0.80
is_aliveMethod · 0.80
find_by_nameMethod · 0.80
find_by_pathMethod · 0.80
is_localMethod · 0.80
is_localMethod · 0.80
ejectMethod · 0.80
call_with_argsMethod · 0.80
module_handlesMethod · 0.80
try_guess_is_loadedMethod · 0.80

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected