You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locally, I implemented name extraction by retrieving the actual analyzed instruction mnemonic and using it as the callother name. Do you think we still need an API for the callother name when it can be extracted this way?
//I'd like to confirm that the first parameter of the input is indeed the callother ID.
So we could add that in to the FFI and expose that mapping to rust. It looks like the op ids are assumed to be sequential, without gaps, and are assigned programmatically by sleigh when it parses the user ops from the spec.
sleigh
has some internal mechanism for querying the name associated with acallother
id. Need to find this API and expose it to rust.The text was updated successfully, but these errors were encountered: