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

set_func_start

change function start address
     ea  - any address belonging to the function
     end - new function start address
returns: !=0 - ok

success set_func_start(long ea, long start);

Last updated

Was this helpful?