Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Address trace when breakpoint is triggered #106

Open
ghost opened this issue Mar 21, 2017 · 1 comment
Open

Address trace when breakpoint is triggered #106

ghost opened this issue Mar 21, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 21, 2017

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?

@zardus
Copy link
Member

zardus commented Mar 21, 2017

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant