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.
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.