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

add dr_nudge_client_ex() that can target another process #742

Closed
derekbruening opened this issue Nov 28, 2014 · 2 comments
Closed

add dr_nudge_client_ex() that can target another process #742

derekbruening opened this issue Nov 28, 2014 · 2 comments

Comments

@derekbruening
Copy link
Contributor

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

@derekbruening
Copy link
Contributor Author

From [email protected] on April 19, 2012 13:02:43

Would it make sense to implement this in dynamorio and link drconfig to dynamorio.dll/.so and use dr_standalone_init()?

@derekbruening
Copy link
Contributor Author

From [email protected] on April 26, 2012 17:15:53

This issue was closed by revision r1346 .

Status: Fixed

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