-
Notifications
You must be signed in to change notification settings - Fork 562
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
i#38: Attach injection on Linux #5019
Merged
Merged
Commits on Jul 27, 2021
-
Implement attach for both windows and linux
For linux, we use ptrace() to inject dynamorio to running process. For windows, we get target process handle using DebugActiveProcess() and inject with original dr_inject_process_inject().
Configuration menu - View commit details
-
Copy full SHA for e824187 - Browse repository at this point
Copy the full SHA e824187View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce314fc - Browse repository at this point
Copy the full SHA ce314fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5b2b1d - Browse repository at this point
Copy the full SHA a5b2b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 156bc0b - Browse repository at this point
Copy the full SHA 156bc0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c45dc6b - Browse repository at this point
Copy the full SHA c45dc6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a67c03 - Browse repository at this point
Copy the full SHA 3a67c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9cf01a - Browse repository at this point
Copy the full SHA b9cf01aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3621a9d - Browse repository at this point
Copy the full SHA 3621a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95c67d4 - Browse repository at this point
Copy the full SHA 95c67d4View commit details
Commits on Aug 3, 2021
-
- Attaching in linux now works regardless of blocking syscall.
- Remove support for attaching on Windows for now.
Configuration menu - View commit details
-
Copy full SHA for d315671 - Browse repository at this point
Copy the full SHA d315671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7343c - Browse repository at this point
Copy the full SHA 0f7343cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a2f1fd - Browse repository at this point
Copy the full SHA 5a2f1fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 448097d - Browse repository at this point
Copy the full SHA 448097dView commit details
Commits on Aug 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 48d1a0d - Browse repository at this point
Copy the full SHA 48d1a0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c04d706 - Browse repository at this point
Copy the full SHA c04d706View commit details
Commits on Aug 7, 2021
-
only allow ptrace attach to skip syscall with x86 as lack of testing in arm/aarch64
Configuration menu - View commit details
-
Copy full SHA for 1c54220 - Browse repository at this point
Copy the full SHA 1c54220View commit details -
Configuration menu - View commit details
-
Copy full SHA for decc2d2 - Browse repository at this point
Copy the full SHA decc2d2View commit details
Commits on Aug 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a97ceb1 - Browse repository at this point
Copy the full SHA a97ceb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2407f3 - Browse repository at this point
Copy the full SHA d2407f3View commit details
Commits on Aug 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ae5ad02 - Browse repository at this point
Copy the full SHA ae5ad02View commit details
Commits on Aug 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a1c209d - Browse repository at this point
Copy the full SHA a1c209dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c832c - Browse repository at this point
Copy the full SHA 03c832cView commit details
Commits on Aug 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5e550ff - Browse repository at this point
Copy the full SHA 5e550ffView commit details
Commits on Aug 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 20ecddc - Browse repository at this point
Copy the full SHA 20ecddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb29f79 - Browse repository at this point
Copy the full SHA fb29f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fff06b - Browse repository at this point
Copy the full SHA 0fff06bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.