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
Item end search flags

passed as 'how' parameter to calc_max_item_end() More...

Macros

#define ITEM_END_FIXUP   0x0001
 stop at the first fixup
 
#define ITEM_END_INITED   0x0002
 stop when initialization changes i.e. More...
 
#define ITEM_END_NAME   0x0004
 stop at the first named location
 
#define ITEM_END_XREF   0x0008
 stop at the first referenced location
 
#define ITEM_END_CANCEL   0x0010
 stop when operation cancelled, it is the responsibility of the caller to show the wait dialog
 

Detailed Description

passed as 'how' parameter to calc_max_item_end()

Macro Definition Documentation

◆ ITEM_END_INITED

#define ITEM_END_INITED   0x0002

stop when initialization changes i.e.

  • if is_loaded(ea): stop if uninitialized byte is encountered
  • if !is_loaded(ea): stop if initialized byte is encountered