Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. for i in `seq 0 255` ; do h=`printf "%02x" $i` ; printf "\x$h" | dd of=strings-bfd-badptr-mech bs=1 seek=264 count=1 conv=notrunc &> /dev/null ; strings strings-bfd-badptr-mech ; done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement