Why is it so difficult to prove or disprove that a smartphone spies on what its owner is saying

505 viewsEngineeringOther

After hearing about Cox Media Group, I am wondering why someone can’t simply look at the lines of code of an app or OS and see whether or not a connected device is spying on the user to sell them ads.

Like extract the .ipa Instagram app from an iphone and look at its code with xcode, search for audio recording features that could be running at times the iser isn’t running the app.

The multiple theories around this hypothesis always have something mystical about it as if coding wasn’t science.

In: Engineering

10 Answers

Anonymous 0 Comments

The code is compiled. So it’s transformed from human readable instructions into machine language.

The network traffic is encrypted so sniffing packets won’t work to reveal content.

You are viewing 1 out of 10 answers, click here to view all answers.