Runtime C function details

Posted by Sridhar on Stack Overflow See other posts from Stack Overflow or by Sridhar
Published on 2010-03-17T07:46:49Z Indexed on 2010/03/17 7:51 UTC
Read the original article Hit count: 345

Filed under:
|
|
|

Hi,

Is there any way to find particular C language function's input and output parameters from a framework (apple's ARM) during the runtime or from any method with out knowing the headers.

It is a framework and there are no header files for it.I decompile it with IDA Pro and it gives me the function names but not input and output parameters information.

I am able to load those private functions using dlsym.

Is it possible to find the parameters info in runtime (C language or Objective C) or from IDA Pro ?

Regards,

Raghu

© Stack Overflow or respective owner

Related posts about runtime

Related posts about c