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

add_user_stkpnt

Add user-defined SP register change point
     ea    - linear address where SP changes
     delta - difference between old and new values of SP
returns: 1-ok, 0-failed

success add_user_stkpnt(ea, sval_t delta);

Last updated

Was this helpful?