Skip to content

Instantly share code, notes, and snippets.

@pmauduit
Created November 23, 2016 16:04
Show Gist options
  • Save pmauduit/b1aa7905f7aa4f4c5244f24c178ba426 to your computer and use it in GitHub Desktop.
Save pmauduit/b1aa7905f7aa4f4c5244f24c178ba426 to your computer and use it in GitHub Desktop.
xxd for gdb
define xxd
dump binary memory dump.bin $arg0 $arg0+$arg1
shell xxd dump.bin
end
@alexandermyasnikov
Copy link

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment