Skip to content

Instantly share code, notes, and snippets.

@aszlig

aszlig/foo.st Secret

Created July 29, 2018 16:07
Show Gist options
  • Save aszlig/dd4f475bb5b3ff6a7292da704ff2e136 to your computer and use it in GitHub Desktop.
Save aszlig/dd4f475bb5b3ff6a7292da704ff2e136 to your computer and use it in GitHub Desktop.
1527 openat(AT_FDCWD, "/dev/ptmx", O_RDWR) = 4
1528 openat(AT_FDCWD, "/dev/fd/2", O_RDONLY) = 3
1528 read(3, <unfinished ...>
1528 <... read resumed> "foo\n", 131072) = 4
1528 write(1, "foo\n", 4 <unfinished ...>
1528 <... write resumed> ) = 4
1527 read(4, "\r\nfoo\r\n", 4096) = 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment