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
Variable def-use: For example, a variable is defined by mox ebx 0x1, and then it is used by mov rdx rbx which can be far from mox ebx 0x1. Then, these two instructions have a def-use relation.
In Radare2 command line, how to extract all the variable def-use relations between instructions inside a function ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Variable def-use: For example, a variable is defined by
mox ebx 0x1
, and then it is used bymov rdx rbx
which can be far frommox ebx 0x1
. Then, these two instructions have a def-use relation.In Radare2 command line, how to extract all the variable def-use relations between instructions inside a function ?
Beta Was this translation helpful? Give feedback.
All reactions