Replies: 2 comments 16 replies
-
It's working by design. You have to Add To Program for those, like anything else. |
Beta Was this translation helpful? Give feedback.
16 replies
-
I see i have a pending mac update for 15.3. I'll apply that and try again in a few minutes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've noticed that when extracting dylibs from iOS caches (specifically ARM-architecture ones), may references to external functions are red branch instructions. Looking into it, I've determined that this is due to those branches being to a global stubs table (instead of, for example, the stubs in
__auth_stubs
).Has this been an issue for a while, or is there some fix that I am missing that requires manual effort?
Beta Was this translation helpful? Give feedback.
All reactions