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
Function argument property bits

used by funcarg_t::flags More...

Macros

#define FAI_HIDDEN   0x0001
 hidden argument
 
#define FAI_RETPTR   0x0002
 pointer to return value. implies hidden
 
#define FAI_STRUCT   0x0004
 was initially a structure
 
#define FAI_ARRAY   0x0008
 was initially an array; see "__org_typedef" or "__org_arrdim" type attributes to determine the original type
 
#define FAI_UNUSED   0x0010
 argument is not used by the function
 

Detailed Description

used by funcarg_t::flags