info.txt
来自「Cracker终结者——提供最优秀的软件保护技术」· 文本 代码 · 共 18 行
TXT
18 行
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 + =
减小字号Ctrl + -
显示快捷键?