-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: callother id, load/store struct #8
Comments
I would appreciate your help with a few more opcodes if possible: Store {
output: IndirectVarNode,
input: VarNode,
}, According to the documentation:
It seems that I have the same question for the Load {
input: IndirectVarNode,
output: VarNode,
}, According to the documentation:
Does Thank you! |
Hello! For |
For the indirect varnode stuff, I was trying to reduce the cognitive overhead of remembering the "special purposes" of load and store's inputs by grouping the inputs involved in the indirect access. For store, |
Thank you very much for the clarifications! Having only callother ID would be sufficient for my purposes as well; I just could not find any information on where it is located |
Hi, could you please help me with interpreting the following structure?
From the documentation, I understand that:
How can I retrieve the
callother
ID/name in Jingle?The text was updated successfully, but these errors were encountered: