←back to thread

467 points bundie | 1 comments | | HN request time: 0.209s | source
Show context
Matthias247 ◴[] No.44502802[source]
How does it work technically?

Does Whatsapp expose these messages via an API? If yes, then it seems like this is not only on Google.

If no: Are they reading data from raw UI widgets? Are they intercepting input controls? Are they intercepting network traffic? That seems unlikely, given its probably end to end encrypted and the decryption happens within the scope of the Whatsapp process.

replies(4): >>44503552 #>>44503593 #>>44504420 #>>44505658 #
1. netsharc ◴[] No.44503552[source]
> If no: Are they reading data from raw UI widgets? Are they intercepting input controls?

Why not... they control the OS, it'd be trivial to add hooks to the "draw widget" command to intercept that it's about to draw a text widget for WhatsApp, and then ask it to log the text.