Advertisement
tyler569

nonsense

Nov 18th, 2019
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $ echo foobar | strace rot13
  2. -> 1
  3. [4:5] execve("rot13", 0x00007fffff001008, (NULL)) -> 0
  4. [4:5] mmap((NULL), 16777216, 3, 8, -1, 0) -> 0x700000000000
  5. [4:5] read(0, 0x00007ffffeffff28, 128) -> 8
  6. [4:5] write(1, 0x00007ffffeffff28, 8)sbbone
  7. -> 8
  8. [4:5] read(0, 0x00007ffffeffff28, 128) -> 0
  9. [4:5] exit(0)$
  10. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement