iOS: Dylib injection
![](https://www.iprog.it/blog/wp-content/uploads/2023/03/1_k95Y339RMzb9zPVEEz-Z9g-176x176.png)
This blog will demonstrate how to modify an existing application and inject a kind of backend via dylib injection.Dylib injection, also known as library injection, is a technique used in software development and reverse engineering where a dynamic library (dylib) is injected into the address space of a running process.In… Read more »