Reading List
dlsym Considered Harmful on iOS 18.4 from Michael Tsai RSS feed.
dlsym Considered Harmful on iOS 18.4
Fabien Perigaud (tweet): This time, we will dynamically resolve and use strcmp(). […] Instead of a nice log indicating that the two strings are not the same, our application crashed... […] What just happened? Why is the pointer incorrectly signed? Why do I have a kernel pointer in PC? […] A XPACI instruction is clearly […]