How to get possible values of a stack var? #4285
|
According to the api documentation, the |
Answered by
CouleeApps
Jun 22, 2023
Replies: 1 comment
|
You can use |
0 replies
Answer selected by
plafosse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
LowLevelILInstruction.get_possible_stack_contents_after/MediumLevelILInstruction.get_possible_stack_contents_afterto find possible stack values after an LLIL/MLIL instruction. You can useFunction.get_low_level_il_hereto look up an LLIL instruction at whatever address you want to inspect.