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
Derived type: array

Variables

const type_t BT_ARRAY = 0x0B
 array
 
const type_t BTMT_NONBASED = 0x10
 
const type_t BTMT_ARRESERV = 0x20
 reserved bit
 

Detailed Description

For BT_ARRAY, the BTMT_... flags must be equivalent to the BTMT_... flags of its elements

Variable Documentation

◆ BTMT_NONBASED

const type_t BTMT_NONBASED = 0x10
if set
array base==0
format: dt num_elem; [tah-typeattrs]; type_t...
if num_elem==0 then the array size is unknown
else
format: da num_elem, base; [tah-typeattrs]; type_t...

used only for serialization