Is Swift vulnerable to code injection?

前端 未结 2 482
死守一世寂寞
死守一世寂寞 2020-12-28 16:52

I was reading about Cycript and Cydia Substrate and how they can be used for code injection attacks on an iOS app. Code like this should scare you if you are working in a hi

2条回答
  •  不思量自难忘°
    2020-12-28 17:16

    You are talking about code injections on jailbroken iOS devices. Quite simple: The user has removed their OS protection, so now anything goes. No security. If the user hasn't voluntarily removed that protection, then getting into an application's address space is impossible.

提交回复
热议问题