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
  • Merge requests
  • !5125

i#4678: AArch64 fuzz app for drstatecmp.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sotiris Apostolakis requested to merge i4678-drstatecmp-fuzz-app into master Sep 25, 2021
  • Overview 11
  • Commits 3
  • Pipelines 0
  • Changes 5

Adds a fuzzing app for AArch64 that automatically generates from the decoding files a random sequence of side-effect-free and non-branch instructions with fuzzed operands for stress-testing clients with drstatecmp. This enables automatic testing of even newly inserted instructions in the decoder.

Adds a drcachesim test with delayed tracing for the fuzzing app. Testing with an older DR version showed that this test would have eventually automatically detected #5023 (closed) (instrumentation-clobbering of aflags).

Originally part of #4938.

Issue: #4678

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i4678-drstatecmp-fuzz-app