Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
beingpraveen opened this issue Sep 29, 2020 · 4 comments · May be fixed by #83
Open

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

beingpraveen opened this issue Sep 29, 2020 · 4 comments · May be fixed by #83

Comments

@beingpraveen
Copy link

No description provided.

@beingpraveen
Copy link
Author

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

@tripleCC
Copy link

tripleCC commented Oct 29, 2020

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

@PandaraWen
Copy link

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

@shino-996 shino-996 linked a pull request Feb 5, 2021 that will close this issue
@everettjf
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants