Skip to content

feat: program-wide per-bb instrumentation hooks #52

@ndrewh

Description

@ndrewh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions