MCPcopy Create free account
hub / github.com/NullTerminatorr/NullHook / write

Function write

KernelCheatUM/main.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146template<typename S>
147bool write(UINT_PTR write_address, const S& value)
148{
149 return write_memory(write_address, (UINT_PTR)&value, sizeof(S));
150}
151
152int main()
153{

Callers

nothing calls this directly

Calls 1

write_memoryFunction · 0.70

Tested by

no test coverage detected