FRIDA: Objective-C hook n+1 arguments
Feb 22, 2021 · 3 min read · We will read a method that has two arguments. For this purpose, we will write a sample program to call [fileManager fileExistsAtPath: isDirectory:]. We will also use FRIDA's REPL to get the method pointer differently. Sample code: int main(int arg...
Join discussion