info.txt

来自「Cracker终结者——提供最优秀的软件保护技术」· 文本 代码 · 共 11 行

TXT
11
字号
SesOff
------
tries to log specified session off by calling ExitWindowsEx(EWX_LOGOFF,..)
in user process of given session. ExitWindowsEx (and many other functions,
like creating process or thread or working with console) requires calling
thread to be Win32. This is true for current session but not for any other
terminal sessions. How to register remote (intersession) thread in its CSR
server is showed in HDK\INC\MakeWin32.h C++ header file. I haven't found
simplier technique yet. SesOff requires "Debug programs" right assigned.
SesOff wasn't tested on XP.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?