おおむね以下と等価。
hexdump が入っていない環境用(OpenSolaris10, Git Bash(Windows))
od -Ax -t x1z- -Ax アドレスを16進表記
- -t x1 1バイトごとにデータを16進表記
- -t x1z 横にASCII表示を追加
xxd -g1- -g1 1バイトごとにグルーピング
| // bin2bmp.cpp : アプリケーションのエントリ ポイントを定義します。 | |
| // | |
| #include <iostream> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| #include <math.h> | |
| using namespace std; |
I hereby claim:
To claim this, I am signing this object: