Hi, strace community:
My current work is on my GitHub[1]. You should look netlink branch,
netlink-test
branch is my develop branch.
Now, all the netlink_sock_diag is decoded and rtnetlink messages header is
decoded but attribute data decode unimplemented.
Next step I will decode selinux, audit,
I compiled strace 4.17 release for MIPS with Linux 2.6.35 (which the
README says is supported) and ran into an error in util.c:
__NR_process_vm_readv not defined (the syscall was added in 3.2).
Proposed patch attached.
Also, the 4.16 archive (at
https://sourceforge.net/projects/strace/files/l
On Tue, May 30, 2017 at 05:43:15PM -0400, David Robins wrote:
> I compiled strace 4.17 release for MIPS with Linux 2.6.35 (which the
> README says is supported) and ran into an error in util.c:
> __NR_process_vm_readv not defined (the syscall was added in 3.2).
> Proposed patch attached.
>
> --