For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?