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 result codes

Return values for find_func_bounds() More...

Macros

#define FIND_FUNC_UNDEF   0
 function has instructions that pass execution flow to unexplored bytes. More...
 
#define FIND_FUNC_OK   1
 ok, 'nfn' is ready for add_func()
 
#define FIND_FUNC_EXIST   2
 function exists already. More...
 

Detailed Description

Return values for find_func_bounds()

Macro Definition Documentation

◆ FIND_FUNC_UNDEF

#define FIND_FUNC_UNDEF   0

function has instructions that pass execution flow to unexplored bytes.

nfn->end_ea will have the address of the unexplored byte.

◆ FIND_FUNC_EXIST

#define FIND_FUNC_EXIST   2

function exists already.

its bounds are returned in 'nfn'.