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
  • #3100
Closed
Open
Issue created Jul 11, 2018 by Derek Bruening@derekbrueningContributor

make instrlist_insert_mov_immed_ptrsz() & friends available in drdecode

Several useful instruction generation routines are not available in drdecode: instrlist_insert_{mov,push}_{immed,instr}_ptrsz() . To make them available:

Move these from instrument.c to instrlist.c? And move the helpers from mangle_shared.c to new file mangle_utils.c? (Don't want to add mangle_shared.c to drdecode: don't really want */mangle.c either -- just a couple routines from there.) And expose the _arch inside */mangle.c?

As they're slightly higher-level and can involve multiple instructions they're not in instr*.c.

Assignee
Assign to
Time tracking