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
  • #5871
Closed
Open
Issue created Feb 14, 2023 by Derek Bruening@derekbrueningContributor

Add decoding to invariant_checker to confirm branches go to their targets

Today our invariant checker does not look for PC discontinuities after a branch b/c it has no decoder.

I have a local branch where I started adding decoder use to the checker for looking at ud2a in our signal test but I hit build issues w/ dup syms on Windows plus complexities with the module file and using raw2trace's mod mapper and I abandoned that branch: still have it locally. Now that we have encodings in the trace itself it will be much simpler (no mod mapper; may still hit link issues).

Assignee
Assign to
Time tracking