?? processname.h
字號:
///////////////////////////////////////////////////////////////////////////////////////
// Filename ProcessName.h
//
// Author: fuzen_op
// Email: fuzen_op@yahoo.com or fuzen_op@rootkit.com
//
// Description: Globals and function prototypes used by ProcessName.c
//
// Date: 5/27/2003
// Version: 1.0
ULONG gul_ProcessNameOffset; // Global variable set in DriverEntry
#define PROCNAMELEN 16 // In the EPROCESS struct the image name
// is 16 characters long
ULONG GetLocationOfProcessName(PEPROCESS); // Get offset of process name in
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -