IDA SDK
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 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). More...
 
#define FCBF_DELIM   0x00000008
 add the 'ash'-specified delimiters around the generated data. More...
 

Macro Definition Documentation

◆ FCBF_FF_LIT

#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

◆ FCBF_DELIM

#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