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
string conversion flags

passed as 'flags' parameter to get_strlit_contents() More...

Macros

#define STRCONV_ESCAPE   0x00000001
 convert non-printable characters to C escapes (
, \xNN, \uNNNN)
 
#define STRCONV_REPLCHAR   0x00000002
 convert non-printable characters to the Unicode replacement character (U+FFFD)
 
#define STRCONV_INCLLEN   0x00000004
 for Pascal-style strings, include the prefixing length byte(s) as C-escaped sequence
 

Detailed Description

passed as 'flags' parameter to get_strlit_contents()