Hello,
I am writing an plugin for IDA [4.9] and I have a question, about how to extract info from IDA analysis on a function.
For a function, I wish to access it's "prototype" :
.text:00010300 ; BOOL __stdcall DllEntryPoint(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpReserved)
.text:00010300 public DllEntryPoint
.text:00010300 DllEntryPoint proc near
How do I access (the string, or even construct it myself)
the '; BOOL __stdcall ...' line? It doesn't seems to be included within function comment (get_func_cmt).
Thanks.
Izik






