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
Dynamorio instrumentation hooks typically run for every bb. Our hooks (#5) currently do not -- you have to specify the PC to insert your instrumentation at.
It might be interesting to explore whether the overhead of calling into Python for every bb is low enough for this to be practical.