facebook / fishhook

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

Can't hook objc_exception_throw() #30

Closed jackfmx closed 8 years ago

jackfmx commented 8 years ago

Attempting to hook objc_exception_throw() on my iPhone6S Plus(iOS 9.3.5) and don't seem to be able to. But it worked on the iOS 9.3 simulator. Anyone else run into this issue?

kastiglione commented 8 years ago

Have you tried hooking other functions on device?

grp commented 8 years ago

See #28.