Skip to content

Instantly share code, notes, and snippets.

@h1romas4
Last active April 16, 2018 14:07
Show Gist options
  • Save h1romas4/56e13da3910f848fd46cc3aec8fe41b1 to your computer and use it in GitHub Desktop.
Save h1romas4/56e13da3910f848fd46cc3aec8fe41b1 to your computer and use it in GitHub Desktop.
バイナリファイルを hexdump コマンドで C のソースファイル形式に出力
hexdump -v -e '16/1 "0x%02x, " "\n"' 01.vgm > dump.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment