I've involved in some IDA plugin work lately. And i'm actually having some problems with imported data recognition.
For example:
.idata:0040304C ; void __stdcall ExitProcess(UINT uExitCode)
.idata:0040304C extrn __imp_ExitProcess:dword ; DATA XREF: ExitProcessr
Basically my question is, is there any special flag which marks the 0x0040304c location as something like "imported api addr" or so? Thanks.





