nix icon indicating copy to clipboard operation
nix copied to clipboard

ptrace: implement getsyscallinfo

Open mbyzhang opened this issue 2 years ago • 4 comments

Implement sys::ptrace::getsyscallinfo via ptrace(PTRACE_GET_SYSCALL_INFO, ...), which is available since Linux 5.3.

mbyzhang avatar Feb 25 '23 01:02 mbyzhang

I really hope this gets into upstream very soon. I will try to do a review on this tomorrow.

cvengler avatar Mar 27 '23 10:03 cvengler

Working on upstreaming __ptrace_syscall_info and other syscallinfo-related definitions into Rust libc musl first.

mbyzhang avatar Apr 18 '23 22:04 mbyzhang

@mbyzhang any progress on this?

tamird avatar Oct 12 '23 20:10 tamird

Just submitted a pull request to reorgnize ptrace definitions in Rust libc crate. Waiting for the merge.

mbyzhang avatar Dec 04 '23 22:12 mbyzhang