Skip to content

Instantly share code, notes, and snippets.

@sergioceron
Created August 30, 2015 02:01
Show Gist options
  • Save sergioceron/7b4061965f09577469f7 to your computer and use it in GitHub Desktop.
Save sergioceron/7b4061965f09577469f7 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
for i in `objdump -d $1 | tr '\t' ' ' | tr ' ' '\n' | egrep '^[0-9a-f]{2}$' ` ; do echo -n "\x$i" ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment