func_contains

Does the given function contain the given address?
     func_ea - any address belonging to the function
     ea - linear address

success func_contains(long func_ea, long ea);

Last updated