Skip to content

Commit

Permalink
i#725: Update the documentation to include how to detach on Windows (D…
Browse files Browse the repository at this point in the history
…ynamoRIO#6222)

Updates the usage docs to include an example of `drcontrol -detach`.

Issue: [DynamoRIO#725](DynamoRIO#725)
  • Loading branch information
onroadmuwl authored and ivankyluk committed Jul 28, 2023
1 parent e7beb30 commit 1c49ae0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/docs/deployment.dox
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@ feature and is not yet as well-supported as launching a new process:
bin32/drrun.exe -attach <notepad_pid> -c samples/bin32/bbsize.dll
\endcode

Then, you can also detach DynamoRIO from the process of \c notepad.exe
without affecting the normal execution of \c notepad.exe.
\code
bin32/drconfig.exe -detach <notepad_pid>
\endcode

To use system-wide injection, allowing for an application to be run
under DynamoRIO regardless of how it is invoked, configure the application
first (-syswide_on requires administrative privileges):
Expand Down

0 comments on commit 1c49ae0

Please sign in to comment.