MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / INTERCEPT_INFO

Class INTERCEPT_INFO

Kernel-Bridge/API/Hypervisor.cpp:1508–1512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1506 __in_opt unsigned long long OnExecuteWritePa
1507 ) {
1508 struct INTERCEPT_INFO
1509 {
1510 unsigned long long Pa;
1511 unsigned long long R, W, X, RX, WX;
1512 };
1513
1514 INTERCEPT_INFO Info = { PagePa, OnReadPa, OnWritePa, OnExecutePa, OnExecuteReadPa, OnExecuteWritePa };
1515 Callable::DpcOnEachCpu([](void* Arg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected