Linux syscall tracer
Yun-Chih Chen
Strace is an essential tool which has been ported to multiple architectures. To confidently ship release, we need to ensure each new commit has been...
Fabien Siron
Netlink is, basically, an API used to transfer information between kernel and user-space processes. It consists on a standard sockets-based interface...
Naam
Fault injection is something that could be really usefull in many ways for developpers and testers. It could be used in test suites context to assert...
Lineprinter
Parsing current strace output is not an ideal solution, because: this is excessively difficult: the output is intended to humans, not robots;...