MCPcopy Create free account
hub / github.com/Spuckwaffel/Kernel-Thread-Driver / read

Function read

Driver/utilities.h:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void read(uintptr_t from, uintptr_t to, ULONGLONG size)
120{
121 SIZE_T bytes = 0;
122 if (size || to || from) MmCopyVirtualMemory(process::target_process, (PVOID)from, process::process, (PVOID)to, size, KernelMode, &bytes);
123
124}
125
126template< typename T >
127void writelocal(PVOID from, PVOID to)

Callers 1

ReadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected