MCPcopy Create free account
hub / github.com/Compiled-Code/eac-mapper / wkm

Method wkm

dependencies/vdm/vdm_ctx/vdm_ctx.hpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75 template <class T>
76 __forceinline void* wkm(std::uintptr_t addr, const T& value)
77 {
78 return wkm((void*)addr, (void*)&value, sizeof T);
79 }
80
81 __forceinline auto get_peprocess(std::uint32_t pid) -> PEPROCESS
82 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected