facebook / fishhook

A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS.
BSD 3-Clause "New" or "Revised" License
5.18k stars 966 forks source link

i use fishhook like this,rebind_symbols((struct rebinding[1]){{"SCDynamicStoreCopyProxies", new_SCDynamicStoreCopyProxies}}, 1); everything is ok in ios7,but new_SCDynamicStoreCopyProxies never called in iOS 8,can you tell me what cause it happen.ca you fix it? #6

Closed Liashui closed 9 years ago

Qingfeng0203 commented 9 years ago

I meet the same problem these days, do you have any ideas about it ?

grp commented 9 years ago

Whether fishhook works is dependent on a number of details of the exact libraries and calls you're trying to hook — it's hard to say whether it'll work in any specific case.