Skip to content

Instantly share code, notes, and snippets.

@dagelf
Created July 8, 2019 16:59
Show Gist options
  • Save dagelf/656ee4515469061342576275dcbbfa11 to your computer and use it in GitHub Desktop.
Save dagelf/656ee4515469061342576275dcbbfa11 to your computer and use it in GitHub Desktop.
No Xmodem, Zmodem, ftp,scp? Abduct a file from an embedded system with busybox hexdump!
hexdump -v -e '/1 "%02x"' file
# copy and paste
xxd -r -p > file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment