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
Find function bounds flags

Passed as 'flags' parameter to find_func_bounds() More...

Macros

#define FIND_FUNC_NORMAL   0x0000
 stop processing if undefined byte is encountered
 
#define FIND_FUNC_DEFINE   0x0001
 create instruction if undefined byte is encountered
 
#define FIND_FUNC_IGNOREFN   0x0002
 ignore existing function boundaries. More...
 
#define FIND_FUNC_KEEPBD   0x0004
 do not modify incoming function boundaries, just create instructions inside the boundaries. More...
 

Detailed Description

Passed as 'flags' parameter to find_func_bounds()

Macro Definition Documentation

◆ FIND_FUNC_IGNOREFN

#define FIND_FUNC_IGNOREFN   0x0002

ignore existing function boundaries.

by default the function returns function boundaries if ea belongs to a function.

◆ FIND_FUNC_KEEPBD

#define FIND_FUNC_KEEPBD   0x0004

do not modify incoming function boundaries, just create instructions inside the boundaries.