You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
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
The text was updated successfully, but these errors were encountered: