Guest User

Untitled

a guest
Nov 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. a: ./target <input
  2. ; which ./target is C program and input is a file or payload
  3. b: ./target <$(cat input)
  4. c: ./target $(<input)
Add Comment
Please, Sign In to add comment