Skip to content

Commit

Permalink
docs: update the documentation to include detachment on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
onroadmuwl committed Dec 18, 2023
1 parent 34ce6b3 commit 8fe8c24
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 @@ -337,6 +337,12 @@ with this command:
% echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
\endcode

Then, you can also detach DynamoRIO from the target process
without affecting the normal execution of the application.
\code
% bin32/drconfig -detach <target_pid>
\endcode

Run \c drrun with no options to get a list of the options and
environment variable shortcuts it supports. To disable following across
child execve calls, use the \ref op_children "-no_follow_children" runtime
Expand Down

0 comments on commit 8fe8c24

Please sign in to comment.