aboutsummaryrefslogtreecommitdiff
path: root/CamilStaps-s4498062-Assignment-4/ex1/exploit/gennop.sh
blob: e2b0fe736e12c55b72db3d151e1ef5b78a8fdaf6 (plain) (blame)
1
2
3
4
#!/bin/bash
echo -e "\x90" > nop

# Could also use a sled of pushes but that changes the stack so less elegant.