1

How to make a keylogger without using hooks or setwindowshookex....any ideas?

Comments
  • 0
    Look over someone's shoulder. Doesn't even require programming
  • 0
    Which platform?
  • 0
  • 0
    @runfrodorun oh yea misread. It's Windows...
  • 0
    On Win, AutoIt has a HotKeySet function.
    Therefore, my idea would be, though maybe a bit laggy:
    1) Setting a HotKey on every key you want to track,
    2) The callback function then reads the @HotKeyPressed marco,
    3) Stores the key
    4) Unregisters the HotKey
    5) Send()s it
    6) Re-registers it.
  • 0
    @runfrodorun yup. That's true. Tried it and AV detected it.
  • 0
    @runfrodorun Somehow didn't see this condition...
  • 1
    How can anyone mistake devRant for stackoverflow?
  • 0
Add Comment