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
  • #5311
Closed
Open
Issue created Jan 31, 2022 by Derek Bruening@derekbrueningContributor

Extend drcpusim to simulate non-existence for AArch64

Today drcpusim supports a set of legacy x86 processors and identifies opcodes present in an application's dynamic code stream which are not supported on a given processor.

This is a feature request to extend that functionality to AArch64 ISA variants. There are plans to add AArch64 ISA version information directly into DR's decoder, which should make this straightforward to implement (as opposed to the current x86 implementation which relies on checking sets of opcodes as the DR x86 decoder does not have information availability of each opcode).

Assignee
Assign to
Time tracking