fishhook is a very simple library that enables dynamically rebinding symbols in Mach-O binaries running on iOS in the simulator and on device. This provides functionality that is similar to using DYLD_INTERPOSE on OS X. At Facebook, we've found it useful as a way to hook calls in libSystem for debugging/tracing purposes (for example, auditing for double-close issues with file descriptors). 【簡而言之就是一個很輕量級的庫(就兩個文件),能夠動態的去修改macho可執行文件的屬性】 項目地址:FishHook 。git