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
this is a feature request for a version of dr_nudge_client() that can
target another process. the drconfig API already has dr_nudge_process()
and dr_nudge_pid(). rather than duplicate drconfig code into the core we
could use a private kernel32 to CreateProcess drconfig.exe: ugly. actually
it looks like the core's create_thread() may have enough functionality.
will investigate.
From [email protected] on April 19, 2012 15:53:31
xref drmem issue #544
this is a feature request for a version of dr_nudge_client() that can
target another process. the drconfig API already has dr_nudge_process()
and dr_nudge_pid(). rather than duplicate drconfig code into the core we
could use a private kernel32 to CreateProcess drconfig.exe: ugly. actually
it looks like the core's create_thread() may have enough functionality.
will investigate.
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=742
The text was updated successfully, but these errors were encountered: