Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use dual paths on LD_LIBRARY_PATH to solve cross-arch execve #145

Closed
derekbruening opened this issue Nov 27, 2014 · 1 comment
Closed

use dual paths on LD_LIBRARY_PATH to solve cross-arch execve #145

derekbruening opened this issue Nov 27, 2014 · 1 comment

Comments

@derekbruening
Copy link
Contributor

From [email protected] on May 23, 2009 10:47:57

xref issue #20 where we tweak the LD_LIBRARY_PATH on execve if the target is
a different arch

we may be able to avoid that by simply putting both lib32 and lib64 paths
on LD_LIBRARY_PATH, but first we should verify that ld on all platforms has
consistent behavior there

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

@derekbruening
Copy link
Contributor Author

Closing as this only works when using LD_PRELOAD and the system loader to load DR. That is not the case for today's early injection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant