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
Source info provider property bits

Used by srcinfo_provider_t::flags. More...

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...
 

Detailed Description

Used by srcinfo_provider_t::flags.

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.