get_prev_func
find previous function
ea - any address belonging to the function
returns: -1 - no more functions
otherwise returns the previous function start address
long get_prev_func(long ea);
Last updated
find previous function
ea - any address belonging to the function
returns: -1 - no more functions
otherwise returns the previous function start address
long get_prev_func(long ea);
Last updated