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
user info bits

Macros

#define MLI_NAME   0x01
 apply lvar name More...
 
#define MLI_TYPE   0x02
 apply lvar type More...
 
#define MLI_CMT   0x04
 apply lvar comment More...
 
#define MLI_SET_FLAGS   0x08
 set LVINF_... bits More...
 
#define MLI_CLR_FLAGS   0x10
 clear LVINF_... bits More...
 

Detailed Description

Macro Definition Documentation

◆ MLI_CLR_FLAGS

#define MLI_CLR_FLAGS   0x10

clear LVINF_... bits

Definition at line 1599 of file hexrays.hpp.

◆ MLI_CMT

#define MLI_CMT   0x04

apply lvar comment

Definition at line 1597 of file hexrays.hpp.

◆ MLI_NAME

#define MLI_NAME   0x01

apply lvar name

Definition at line 1595 of file hexrays.hpp.

◆ MLI_SET_FLAGS

#define MLI_SET_FLAGS   0x08

set LVINF_... bits

Definition at line 1598 of file hexrays.hpp.

◆ MLI_TYPE

#define MLI_TYPE   0x02

apply lvar type

Definition at line 1596 of file hexrays.hpp.