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
IDC value types

Used by idc_value_t::vtype. More...

Macros

#define VT_LONG   2
 Integer (see idc_value_t::num)
 
#define VT_FLOAT   3
 Floating point (see idc_value_t::e)
 
#define VT_WILD   4
 Function with arbitrary number of arguments. More...
 
#define VT_OBJ   5
 Object (see idc_value_t::obj)
 
#define VT_FUNC   6
 Function (see idc_value_t::funcidx)
 
#define VT_STR   7
 String (see qstr() and similar functions)
 
#define VT_PVOID   8
 void *
 
#define VT_INT64   9
 i64
 
#define VT_REF   10
 Reference.
 

Detailed Description

Used by idc_value_t::vtype.

Macro Definition Documentation

◆ VT_WILD

#define VT_WILD   4

Function with arbitrary number of arguments.

The actual number of arguments will be passed in idc_value_t::num. This value should not be used for idc_value_t.