You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fishhook can only work for a subset of functions and function calls, since it depends on layers of indirection that aren't always applied. Without more details, it's hard to know if that's what's happening in your case, but here's a few places to start looking:
What code is calling that function that you're trying to hook? If it's system code, it might not go through the tables that fishhook patches, or even call the function directly.
Is fishhook able to find the function? Try putting some breakpoints or logging in the fishhook code and make sure it finds the function as expected.
grp
changed the title
Can't hook AudioServicesPlaySystemSound
Can't hook specific functions
Aug 31, 2016
Attempting to hook AudioServicesPlaySystemSound on iOS 9.3 and don't seem to be able to. Anyone else run into this issue?
The text was updated successfully, but these errors were encountered: