📄 ring0.asm
字号:
.386
.model small
.code
public __GetPhysicalAddressAndPageAttributes
extrn _CFuncGetPhysicalAddressAndPageAttributes@12:near
__GetPhysicalAddressAndPageAttributes proc
push ebp
mov ebp, esp
push [ebp+14h]
push [ebp+10h]
push [ebp+0Ch]
call _CFuncGetPhysicalAddressAndPageAttributes@12
pop ebp
retf 0Ch
__GetPhysicalAddressAndPageAttributes endp
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -