Skip to main content

get_func

Function get_func 

pub unsafe fn get_func(ea: c_ulonglong) -> *mut func_t
Expand description

Get pointer to function structure by address. \param ea any address in a function \return ptr to a function or nullptr. This function returns a function entry chunk. \deprecated Use get_func_start() or get_func_entry_info() for safer access.