├── README.md ├── command-client.py ├── command-server.py ├── presentation ├── Debugging across pipes and sockets with strace.md └── Debugging across pipes and sockets with strace.pdf ├── unprivileged-dmesg.py └── unprivileged-ls.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nh2/strace-pipes-presentation/HEAD/README.md -------------------------------------------------------------------------------- /command-client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nh2/strace-pipes-presentation/HEAD/command-client.py -------------------------------------------------------------------------------- /command-server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nh2/strace-pipes-presentation/HEAD/command-server.py -------------------------------------------------------------------------------- /presentation/Debugging across pipes and sockets with strace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nh2/strace-pipes-presentation/HEAD/presentation/Debugging across pipes and sockets with strace.md -------------------------------------------------------------------------------- /presentation/Debugging across pipes and sockets with strace.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nh2/strace-pipes-presentation/HEAD/presentation/Debugging across pipes and sockets with strace.pdf -------------------------------------------------------------------------------- /unprivileged-dmesg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nh2/strace-pipes-presentation/HEAD/unprivileged-dmesg.py -------------------------------------------------------------------------------- /unprivileged-ls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nh2/strace-pipes-presentation/HEAD/unprivileged-ls.py --------------------------------------------------------------------------------