Forums >> IDA Pro >> How to get the information of function frame
Topic created on: June 3, 2008 10:23 CDT by thuanghai.
sub_4013F1
arg_0 dword ptr 4
As above, which can often be seen in the IDA view, and using the IDA sdk functions, how can I get the "arg_0", its type "dword" and its value "4"?
Would you please give me an example?Thank you!