How to perform iOS Code Injection on .ipa files

Kenneth Poon
7 min readNov 27, 2016
Image from http://dyci.github.io/

Code injection is process of introducing external code into an existing software system. In this post, I will share the tools and techniques needed to perform iOS Code Injection on iOS Apps. With XCode, it is possible to setup an experiment to showcase iOS Code injection in action. The idea is to create an independent set of codes, package it with the final app and somehow execute the new codes.

--

--