Hacker News new | ask | show | jobs
by oli-g 1503 days ago
Screenshots wouldn't be of much help. The frequency would need to be almost like a low-fps video recording in order to capture the buttons' pressed state. At that is assuming the state is visually distinct in the first place.
3 comments

The usual way a keylogger like this would work is taking a screenshot on every mouse click (and maybe every few keystrokes), with the mouse pointer location recorded alongside (if not visible in the screenshot). It is a lot more difficult than just recording keystrokes though.
Wouldn't you just need to screenshot on any mouse click/return key event?
Some keyloggers do printscreens on mouse presses, bypassing this issue.