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
{{ message }}
This repository has been archived by the owner on May 18, 2022. It is now read-only.
When a breakpoint is triggered, is there a way to get a list of the basic blocks / branches executed up to that point? I know with a Path, we can use addr_trace. But with a State when the breakpoint is hit, is there a way to get the associated Path and its address trace?
The text was updated successfully, but these errors were encountered:
This is currently one of the side-effects of the awkward angr-simuvex division. With this design, there is no way to do this (though various people put in various workarounds). It's probably little consolation to you at the moment, but this is something that'll be changed in the coming months, and will be much easier with angr version 7 or so.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a breakpoint is triggered, is there a way to get a list of the basic blocks / branches executed up to that point? I know with a
Path
, we can useaddr_trace
. But with aState
when the breakpoint is hit, is there a way to get the associatedPath
and its address trace?The text was updated successfully, but these errors were encountered: