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
  • !4094

i#4087: Statically retarget libelftc malloc to DR

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i4087-libelftc-malloc into master Feb 13, 2020
  • Overview 3
  • Commits 7
  • Pipelines 0
  • Changes 58

Re-builds the ELF libeltc binaries to directly target the _wrap versions of malloc, calloc, realloc, and free. This avoids libc for statically linked uses rather than solely relying on the DR private loader to redirect. Updates all of the binaries: aarch64, android, arm EABI, arm EABIHF, macho, pecoff lib32, pecoff lib64.

Fixes #4087 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i4087-libelftc-malloc