Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
template<typename S>
147
bool write(UINT_PTR write_address, const S& value)
148
{
149
return write_memory(write_address, (UINT_PTR)&value, sizeof(S));
150
}
151
152
int main()
153
{
Callers
nothing calls this directly
Calls
1
write_memory
Function · 0.70
Tested by
no test coverage detected