Replies: 1 comment 3 replies
-
HighSymbol.getHighVariable() returns the high variable associated with the symbol. HighVariable.getInstances() returns the varnodes comprising the high variable. The methods Varnode.getDef() and Varnode.getDescendants() might then be of interest. Also, make sure that you are using the default simplification style for decomplib (which is "decompile"). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to get all the PcodeOps within a given function for a given local variable? So far I can find the HighSymbol given the function and the name, but I want to then grab all the uses of that variable?
Beta Was this translation helpful? Give feedback.
All reactions