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 @hlpIdcget_str_type[STRTYPE_...] constants)
Returns: string contents or empty string

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

Last updated

Was this helpful?