|
|
|
|
|
by Matthias247
338 days ago
|
|
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. |
|
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.