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
The crash people are seeing is due to Substitute (the library that Chimera uses for hooking C functions) not supporting functions that are very short. I think if there's less than ~60 bytes of stack space available after the function prologue, Substitute will cause a crash.
Alternatives:
Wait for Chimera to switch to a better hooking solution.
Make Chimera use the hacky version of MobileSubstrate that unc0ver uses.
Originally posted by @EthanArbuckle in #63 (comment)
The text was updated successfully, but these errors were encountered: