ZwCreateFile public ZwCreateFile ZwCreateFile proc near.text mov eax, 25h ; NtCreateFile mov edx, 7FFE0300h call dword ptr [edx] retn 2Ch ZwCreateFile endp ...
確定! 回上一頁