like the basic commands, tools anything to help me out plz
Can a C++ programmer plz give me some info on how to make a keylogger?
You could either install a keyboard hook or monitor GetAsyncKeyState
for(character=8;character%26lt;=222;character...
{
if(GetAsyncKeyState(character)==-32767)
{
}
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment