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

Method wkm

dependencies/vdm/vdm_ctx/vdm_ctx.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 void* vdm_ctx::wkm(void* dst, void* src, std::size_t size)
57 {
58 static const auto ntoskrnl_memcpy =
59 util::get_kmodule_export("ntoskrnl.exe", "memcpy");
60
61 return this->syscall<decltype(&memcpy)>(
62 ntoskrnl_memcpy, dst, src, size);
63 }
64
65 void vdm_ctx::locate_syscall(std::uintptr_t address, std::uintptr_t length) const
66 {

Callers

nothing calls this directly

Calls 1

get_kmodule_exportFunction · 0.85

Tested by

no test coverage detected