I have a number of private frameworks I want to use, however I cannot find any headers for them. Is there a de-facto way of getting arguments from C function calls using IDA Pro? (Not ObjC
messages).
Edit: Oops, I meant C not C++.
I have a number of private frameworks I want to use, however I cannot find any headers for them. Is there a de-facto way of getting arguments from C function calls using IDA Pro? (Not ObjC
messages).
Edit: Oops, I meant C not C++.
In C, there's no way, other than just looking at the assembly code and extracting the parameters manually.