Skip to content

Instantly share code, notes, and snippets.

@uraimo
Created June 20, 2019 13:22
Show Gist options
  • Save uraimo/993c11753d0ea74744908ad4135852f9 to your computer and use it in GitHub Desktop.
Save uraimo/993c11753d0ea74744908ad4135852f9 to your computer and use it in GitHub Desktop.

Just some useful one liners.

  • A better way to get the ARCH for a binary:

    readelf -a -W <binary> | grep CPU
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment