Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to outp a special character ?
#5
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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)