変換」タグアーカイブ

バイナリダンプコマンド

xxd

xddはファイルや標準入力からヘキサダンプを生成するだけでなく、ヘキサダンプからオリジナルのバイナリー形式に変換することができる。

-p   |   -ps   |   -postscript   |   -plain
output in postscript continuous hexdump style. Also known as plain hex dump style.
-r   |   -revert
convert (or patch) hexdump into binary
-i   |   -include
output in C include file style.

実行例

バイナリファイルからC言語形式の配列コードを生成する。

 

続きを読む