PEPROCESS pEProcess = IoGetCurrentProcess(); PCWSTR ProcessName = (PCWSTR)((ULONG)pEProcess+0x174); 上面的ProcessName可以得出进程名称,下面 ...
確定! 回上一頁