IDA SDK
Macros
format flags

Detailed Description

Used by format_charlit.

Macros

#define FCBF_CONT   0x00000001
 don't stop on decoding, or any other kind of error
 
#define FCBF_ERR_REPL   0x00000002
 in case of an error, use a CP_REPLCHAR instead More...
 
#define FCBF_FF_LIT   0x00000004
 in case of codepoints == 0xFF, use it as-is (i.e., LATIN SMALL LETTER Y WITH DIAERESIS) More...
 
#define FCBF_DELIM   0x00000008
 add the 'ash'-specified delimiters around the generated data. More...
 

Macro Definition Documentation

#define FCBF_ERR_REPL   0x00000002

in case of an error, use a CP_REPLCHAR instead

of a hex representation of the problematic byte

#define FCBF_FF_LIT   0x00000004

in case of codepoints == 0xFF, use it as-is (i.e., LATIN SMALL LETTER Y WITH DIAERESIS)

If both this, and FCBF_REPL are specified, this will take precedence

#define FCBF_DELIM   0x00000008

add the 'ash'-specified delimiters around the generated data.

Note: if those are not defined and the INFFL_ALLASM is not set, format_charlit() will return an error