Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
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);

Index | Previous topic | Next topic