readme.txt
来自「驱动级的」· 文本 代码 · 共 24 行
TXT
24 行
Beyond Logic Process Monitor
http://www.beyondlogic.org
Craig.Peacock@beyondlogic.org
The Process Monitor is a quick Window's 2000 Driver to show the use of
PsSetCreateProcessNotifyRoutine() which creates a callback that gets
called every time a process is created or terminated.
This program will send data to the debugger using KdPrint() showing
when a new process is created and it's details including image name,
Process ID and the Process' Address.
This driver demonstrates the use of the undocumented call,
PsLookupProcessByProcessId() to retrieve the Pointer to Process.
The Windows NT driver install utility at
http://www.beyondlogic.org/dddtools/dddtools.htm can be used to install
and remove the driver at run time.
Craig Peacock
11th June 2000
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?