Skip to content

Instantly share code, notes, and snippets.

@pushrax
Created June 19, 2016 05:15
Show Gist options
  • Save pushrax/e1923a20e2278c30e833f7babbd49525 to your computer and use it in GitHub Desktop.
Save pushrax/e1923a20e2278c30e833f7babbd49525 to your computer and use it in GitHub Desktop.
#!/bin/sh
readelf -x .text $1 | sed '1,2d' | cut -d ' ' -f 4,5,6,7 | sed 's/ //g' | sed 's/\(..\)/\\x\1/g' | tr -d '\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment