get_func_name(ea, true_name, sizeof(true_name));
since APIs aren't regarded as functions, how do I get the true_name of the APIs from the above function or there are some other ways to get it?
When IDA scans thru the program, only trunks and static functions are recognized, the APIs which are out of range and located outside the code segment, get_func_name returns with an empty string... don't know how to get it... could anybody help me out please?
Thanks
Jack







