ExamplesΒΆ

_images/pipes.jpg

An example of application that uses pipes for communication. Content tab shows data that has been read or written. Each corresponding syscall has own color and when backtrace is enabled (-b option) then it shows backtrace.

_images/curl.jpg

An example of application that sends HTTP request to server. Server then redirects user to https version.

_images/graphviz.jpg

Bash script creating graph of network interfaces and ip addresses, but unfortunately there is syntax error in DOT language. What graph data are sent to graphviz? There is no need of modifying bash script to see corrupted graph data.

More examples are available after invoking ./examples/run in root of project repository.