Skip to content

Instantly share code, notes, and snippets.

@jdmichaud
Created August 5, 2024 14:47
Show Gist options
  • Save jdmichaud/76a351f552a08b4e0bcabda162c29afb to your computer and use it in GitHub Desktop.
Save jdmichaud/76a351f552a08b4e0bcabda162c29afb to your computer and use it in GitHub Desktop.
Executable file manipulation

The the glic version used by an executable:

objdump -T /usr/bin/ls | grep GLIBC | sed 's/.*GLIBC_\([.0-9]*\).*/\1/g' | sort -Vu | tail -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment