getphys.h

来自「Undocumented Windows NT 经典书籍的源码」· C头文件 代码 · 共 5 行

H
5
字号
BOOL GetPhysicalAddressAndPageAttributes(void *VirtualAddress,
			unsigned int *PhysicalAddress, unsigned int *PageAttributes);
int CreateRing0CallGate();
int FreeRing0CallGate();

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?