liuhe3647 / opainject

iOS runtime dylib injection tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opainject

iOS tool to inject a dylib into a process using both shellcode and ROP methods. (By default ROP method is used, it's superior to the shellcode method in every way but I started with the shellcode method and decided to leave it in).

Tested on iOS 14, 15, 16 and 17. Should theoretically work on 11.0 and up. On arm64e devices the dylib will inject but crash the process if it's not in Trust Cache.

About

iOS runtime dylib injection tool

License:MIT License


Languages

Language:Objective-C 67.4%Language:C 32.1%Language:Makefile 0.5%