MCPcopy Create free account
hub / github.com/Slowerzs/PPLSystem / CProcess

Class CProcess

src/irundown/rpcss.rs:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#[allow(non_snake_case, non_camel_case_types)]
33#[repr(C)]
34pub struct CProcess {
35 pub padding: [u8; 0x58],
36 pub pid: u32,
37}
38
39pub fn locate_rpcss_oxid_list_head() -> Option<VirtualAddress> {
40 let rpcss_base = unsafe { LoadLibraryA(s!("rpcss.dll\0")).ok()? };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected