Created
November 23, 2016 16:04
-
-
Save pmauduit/b1aa7905f7aa4f4c5244f24c178ba426 to your computer and use it in GitHub Desktop.
xxd for gdb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define xxd | |
dump binary memory dump.bin $arg0 $arg0+$arg1 | |
shell xxd dump.bin | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
good