Skip to main content

add_func

Function add_func 

pub unsafe fn add_func(ea1: c_ulonglong, ea2: c_ulonglong) -> bool
Expand description

Add a new function. If the function end address is #BADADDR, then IDA will try to determine the function bounds by calling find_func_bounds(…, #FIND_FUNC_DEFINE). \param ea1 start address \param ea2 end address \return success