Skip to content

Instantly share code, notes, and snippets.

@yudenzel
Created November 14, 2019 02:20
Show Gist options
  • Select an option

  • Save yudenzel/db54223f12c3db5efc8fefe4f1397a50 to your computer and use it in GitHub Desktop.

Select an option

Save yudenzel/db54223f12c3db5efc8fefe4f1397a50 to your computer and use it in GitHub Desktop.
Dump executable from core file
for f in *;do echo "$(gdb -q --core $f -batch |grep Core|sed "s#Core#$f#g")";done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment