📄 info.txt
字号:
Win32Thread.h extends kernel32.CreateRemoteThread API.
It is designed for hooking ntdll.CsrClientCallServer.
It makes remote (Win32) threads into other terminal
sessions possible; CreateRemoteThread API doesn't allow
this.
Win32Thread.h follows HDK\INC\MakeWin32.h.
Usage:
a) static - see RemoteIO (console can be created even from
process in other terminal session.
b) dynamic - apihooks -nq win32thread Target
Target (for example SesOff) can make Win32 threads
in processes in other terminal sessions.
Example: apihooks -nq win32thread sesoff 4
See how are RemoteIO.cpp's possibilities extended
and SesOff.cpp source simplified vs. original source.
You can also force ApiHooks to make Win32 thread:
ApiHooks.exe -nq Win32Thread.dll ApiHooks.exe -nq MyHooks.dll 4/explorer.exe
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -