IDA SDK
|
passed as 'flags' parameter to get_strlit_contents()
Macros | |
#define | STRCONV_ESCAPE 0x00000001 |
convert non-printable characters to C escapes ( , , ) | |
#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 | |