Skip to content

Instantly share code, notes, and snippets.

@ljmccarthy
Created March 9, 2023 12:06
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 ljmccarthy/f65d1b11b57583d21fc0322cc3e089fa to your computer and use it in GitHub Desktop.
Save ljmccarthy/f65d1b11b57583d21fc0322cc3e089fa to your computer and use it in GitHub Desktop.
objdump -d /usr/bin/* | cut -f3 | grep -oE ^[a-z]+ | sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment