01-04-2008, 09:59 PM
outp and setsel use clipboard. A keylogger can detect Ctrl+V and get clipboard text...
key presses Alt+numpad keys or VK_PACKET. Keyloggers can detect both.
for single character key should be faster, but for many characters outp/setsel is faster.
You also can send characters using WM_UNICHAR messages, like you can do it with WM_CHAR. Keyloggers can detect it too.
key presses Alt+numpad keys or VK_PACKET. Keyloggers can detect both.
for single character key should be faster, but for many characters outp/setsel is faster.
You also can send characters using WM_UNICHAR messages, like you can do it with WM_CHAR. Keyloggers can detect it too.
