get_strlit_contents

Get string contents ea - linear address len - string length. -1 means to calculate the max string length type - the string type (one of STRTYPE_... constants) Returns: string contents or empty string

string get_strlit_contents(long ea, long len, long type);

Last updated