MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / lmpfs_kernel_kaslr_phys_shift

Function lmpfs_kernel_kaslr_phys_shift

src/api/lmpfs.cpp:373–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373extern "C" LMPFS_API int64_t lmpfs_kernel_kaslr_phys_shift(lmpfs_handle_t h) {
374 auto* H = check(h); if (!H) return 0;
375 try { return static_cast<int64_t>(H->kernel().kaslr_phys_shift); }
376 catch (...) { return 0; }
377}
378
379// =========================================================================
380// Plugin SDK (v0.25 — Tier 6 completion)

Callers 1

mainFunction · 0.85

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected