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

Linux early injection: Handle access to /proc/self/exe by the app #907

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

Comments

@derekbruening
Copy link
Contributor

From [email protected] on September 19, 2012 13:03:13

When using early injection, /proc/self/exe is a symlink to libdynamorio.so and not the app's exe.

Using our current early injection approach, I don't know of a way to change this link. We may need to put in a syscall filter that looks for /proc/*/self in calls to readlink() and execve().

Split from https://code.google.com/p/dynamorio/issues/detail?id=47#c27 .

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

@derekbruening
Copy link
Contributor Author

This blocks running Chromium tests with -early so I will fix it.

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