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
I noticed in commit 52358b3 you made that specific method of interposer patch for iOS 12 and lower only. Why exactly? In my testing this will cause some SEP panics on 13/14/15. I'm specifically refering to this if block: HERE If I comment out this if, it won't panic on 13/14/15. Btw this method of patching ensures the interposer function fully executes before we modify the return value. I assume the function sets up some stuff needed by SEP?
The text was updated successfully, but these errors were encountered:
I noticed in commit 52358b3 you made that specific method of interposer patch for iOS 12 and lower only. Why exactly? In my testing this will cause some SEP panics on 13/14/15. I'm specifically refering to this if block: HERE If I comment out this if, it won't panic on 13/14/15. Btw this method of patching ensures the interposer function fully executes before we modify the return value. I assume the function sets up some stuff needed by SEP?
The text was updated successfully, but these errors were encountered: