info.txt

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

TXT
18
字号
  LogonLog tries to log information about logons and logon attempts
to the machine it runs on. Right now only some information about
interactive logons only is logged. Feel free to extend logged
informations and supported logon types.

Usage: LogonLog [/i|/u] [FileName]

/i .. stay interactive - log to console (makes sense on TS(E));
      press any key to unload.
FileName .. name of logfile.
/u .. unload (if there was not /i).

LogonLog can log to both the console and the file.

-------
  Note how is this example linked - it doesn't require PrcWorks
or ApiHooks DLLs. PrcWorks is linked with .exe statically. ApiHooks
is linked with .dll statically. .exe imports AH APIs from .dll.

⌨️ 快捷键说明

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