Last active
April 16, 2018 14:07
-
-
Save h1romas4/56e13da3910f848fd46cc3aec8fe41b1 to your computer and use it in GitHub Desktop.
バイナリファイルを hexdump コマンドで C のソースファイル形式に出力
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
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