LoginSignup
2
0

More than 5 years have passed since last update.

Linux: od でちょっと見慣れた感じに表示

Last updated at Posted at 2018-11-04

od、デフォルト表示だとちょっと見辛いので、hex とasciiをどこかで見た風に表示するよう指定する

od -v -t x1z -Ax
  • 表示例
$ od -v -t x1z -Ax b.out
000000 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00  >.ELF............<
000010 02 00 03 00 01 00 00 00 60 83 04 08 34 00 00 00  >........`...4...<
000020
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0