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
We already have syscall.PtracePeekData and syscall.PtracePeekText but not syscall.PtracePeekUser.
syscall.PtracePeekData
syscall.PtracePeekText
syscall.PtracePeekUser
Any thoughts about adding it too? If it makes sense, I could prepare a patch.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
It should be added to the golang.org/x/sys repository, not the standard syscall package. The standard syscall package will only be changed to accommodate the Go runtime, standard library, and tools.
On 13 October 2015 at 10:35, Agis Anastasopoulos notifications@github.com wrote:
We already have syscall.PtracePeekData and syscall.PtracePeekText but not PtracePeekUser. Any thoughts about adding this? — Reply to this email directly or view it on GitHub #12912.
We already have syscall.PtracePeekData and syscall.PtracePeekText but not PtracePeekUser.
Any thoughts about adding this?
— Reply to this email directly or view it on GitHub #12912.
OK, will do it soon. Thanks!
Added in https://go-review.googlesource.com/c/38638/ (golang/sys@afadfcc) by @agis-
No branches or pull requests
We already have
syscall.PtracePeekData
andsyscall.PtracePeekText
but notsyscall.PtracePeekUser
.Any thoughts about adding it too? If it makes sense, I could prepare a patch.
The text was updated successfully, but these errors were encountered: