|
使用API挂钩
|
ZwQuerySystemInformation | 整数型 | | |
ntdll.dll | |
ZwQuerySystemInformation | |
SystemInformationClass | 整数型 | | | SystemInformation | 整数型 | | | SystemInformationLength | 整数型 | | | ReturnLength | 整数型 | | |
|
RtlAdjustPrivilege | 整数型 | | |
ntdll.dll | |
RtlAdjustPrivilege | |
Privilege | 整数型 | | | Enable | 逻辑型 | | | CurrentThread | 逻辑型 | | | Enabled | 整数型 | | |
.局部变量 状态, 整数型 .局部变量 已启用, 整数型 RtlAdjustPrivilege (20, 真, 假, 已启用 ) 信息框 ("进程隐藏功能需要更复杂的实现", 0, , )
或者进程傀儡
|
OpenProcess | 整数型 | | |
kernel32.dll | |
OpenProcess | |
dwDesiredAccess | 整数型 | | | bInheritHandle | 逻辑型 | | | dwProcessId | 整数型 | | |
|
VirtualAllocEx | 整数型 | | |
kernel32.dll | |
VirtualAllocEx | |
hProcess | 整数型 | | | lpAddress | 整数型 | | | dwSize | 整数型 | | | flAllocationType | 整数型 | | | flProtect | 整数型 | | |
.局部变量 进程句柄, 整数型 .局部变量 线程ID, 整数型 进程句柄 = OpenProcess (2035711, 假, 目标进程ID ) VirtualAllocEx (进程句柄, 0, 1024, 4096, 64 )
|
|