IDA SDK
Source info provider property bits

Detailed Description

Used by srcinfo_provider_t::flags.

Macros

#define SPF_DECOMPILER   0x0001
 is a decompiler?
 
#define SPF_ENABLED   0x0002
 enabled by the user (this bit is managed by ida)
 
#define SPF_ACTIVE   0x0004
 is willing to work with the current idb (this bit is managed by ida)
 
#define SPF_VERSION_MASK   0xFF000000
 Version mask, in the flags. More...
 

Macro Definition Documentation

◆ SPF_VERSION_MASK

#define SPF_VERSION_MASK   0xFF000000

Version mask, in the flags.

No other flag should have a bit rank > 23.