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

Method rkm

dependencies/vdm/vdm_ctx/vdm_ctx.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void vdm_ctx::rkm(void* dst, void* src, std::size_t size)
48 {
49 static const auto ntoskrnl_memcpy =
50 util::get_kmodule_export("ntoskrnl.exe", "memcpy");
51
52 this->syscall<decltype(&memcpy)>(
53 ntoskrnl_memcpy, dst, src, size);
54 }
55
56 void* vdm_ctx::wkm(void* dst, void* src, std::size_t size)
57 {

Callers

nothing calls this directly

Calls 1

get_kmodule_exportFunction · 0.85

Tested by

no test coverage detected