- 22 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Code injection protection
- Mis à jour le 22 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
To gain control of an application, attackers may inject code into the application to control it from within its own process. This can, for example, be used to read encrypted SSL communication or intercept user input such as passwords.
This type of threat is more common on jailbroken devices, as injecting code into another application would otherwise have been prevented by the operating system sandbox.
On iOS, there are two known ways to inject code into an application: either during load time (which is done by tools like MobileSubstrate) or during runtime (which is done by tools like Cycript).
App Shielding is able to detect load time injection and is able to detect and block attempted runtime injection.