IDA SDK
|
Return values for find_func_bounds()
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... | |
#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.
#define FIND_FUNC_EXIST 2 |
function exists already.
its bounds are returned in 'nfn'.