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
  • #1334
Closed
Open
Issue created Nov 28, 2014 by Derek Bruening@derekbrueningContributor

eliminate libc dependence of libdrpreload.so

From [email protected] on December 04, 2013 12:28:42

xref issue #46 (closed) We should be able to remove these, many just by linking with string.c:

nm lib64/debug/libdrpreload.so | grep ' U ' U atoi@@GLIBC_2.2.5 U dynamorio_app_init U dynamorio_app_take_over U dynamorio_set_envp U fprintf@@GLIBC_2.2.5 U get_application_short_name U getenv@@GLIBC_2.2.5 U memmove@@GLIBC_2.2.5 U memset@@GLIBC_2.2.5 U snprintf@@GLIBC_2.2.5 U stderr@@GLIBC_2.2.5 U strchr@@GLIBC_2.2.5 U strcmp@@GLIBC_2.2.5 U strlen@@GLIBC_2.2.5 U strncpy@@GLIBC_2.2.5 U strstr@@GLIBC_2.2.5

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1334

Assignee
Assign to
Time tracking