Skip to content

Instantly share code, notes, and snippets.

@uraimo
Created June 20, 2019 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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