|
|
|
|
|
by can16358p
692 days ago
|
|
Yup. At the end of the day these logic-bomb-esque mechanisms are unpreventable and just a cat-and-mouse problem. There should be a way to battle this outside technical measures, like a crowdsourced group of real distributed humans testing apps for anything malicious. |
|
You can detect both the triggered behavior and "hey this looks like a logic bomb" with static analysis. Yes, you'll never trigger this with some dynamic analysis of the app. But "hey, some code that does things associated with malicious or otherwise bad behavior is guarded behind branches that check for specific responses from the app developer's server" is often enough to raise your eyebrows at something.