Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #1439
Closed
Open
Issue created Nov 28, 2014 by Derek Bruening@derekbrueningContributor

support auto-magic instrumentation post-mbr, post-syscall, post-cbr, post-ubr, and post-call?

From [email protected] on May 02, 2014 12:16:31

The mbr and syscall part was PR 240265

These are fragile locations, and we originally disallowed instru there just due to implementation complexity. We do have dr_insert_mbr_instrumentation() and related routines.

The most compelling feature cases are post-ret, post-syscall, and post-call. For cbrs, dr_insert_cbr_instrumentation() seems sufficient.

Auto-magically adding post-call instrumentation would have made drwrap easier to implement.

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1439

Assignee
Assign to
Time tracking