fishhook icon indicating copy to clipboard operation
fishhook copied to clipboard

shimmed method doesn't get called from system libraries for iOS14 with arm64e device

Open beingpraveen opened this issue 4 years ago • 4 comments

beingpraveen avatar Sep 29 '20 22:09 beingpraveen

MacOView provides following listing (dynamic symbol table) for 'stat' method in arm64 CFNetwork device file:

Screenshot 2020-09-29 at 2 53 08 PM

But same method is listed for arm64e as below

Screenshot 2020-09-29 at 2 54 56 PM

beingpraveen avatar Sep 29 '20 22:09 beingpraveen

I get the same issue. fishhook can't get system symbols like floor for iOS14 with arm64e device

tripleCC avatar Oct 29 '20 15:10 tripleCC

Same issue here, hooked method got called only once,on iOS 14.0 iPad mini 5th.

PandaraWen avatar Nov 03 '20 00:11 PandaraWen

Hi, I wrote a demo which called stat function. But on my iPhoneXS (arm64e), the main macho binary do not contain section __AUTH_CONST. Do you known how to generate __AUTH_CONST section ? Or could you provide a demo project ?

everettjf avatar Feb 22 '21 10:02 everettjf