For the complete documentation index, see llms.txt. This page is also available as Markdown.

get_sourcefile

Get name of source file occupying the given address
     ea - linear address
returns: NULL - source file information is not found
         otherwise returns pointer to file name

string get_sourcefile(long ea);

Last updated

Was this helpful?