MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / ThreadToProcess

Function ThreadToProcess

Source/Client/NM_Sys/API/ProcessesUtils.h:65–68  ·  view source on GitHub ↗

It doesn't requires dereference!

Source from the content-addressed store, hash-verified

63
64 // It doesn't requires dereference!
65 inline PEPROCESS ThreadToProcess(PETHREAD Thread)
66 {
67 return IoThreadToProcess(Thread);
68 };
69 }
70
71 namespace AddressSpace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected