I'm trying to use some of the private API's in iOS private frameworks. But i'm not able to find the function prototype in order to know the number of parameters and datatypes of the parameters to be passed to the API. I'm trying to use some of the open source decompilation framework eg http://www.radare.org/y/ becasue they claim the below feature
//------------------------------
Code analysis at opcode, basicblock, function levels embedded simple virtual machine to emulate code keep track of code and data references function calls and syscall decompilation function description, comments and library signatures
//------------------------------
I tried generating r2 file using there objc.pl script. But i'm not able to proceed beyond that
Any help would be appreciated