Quantcast
Channel: How can I view the binary contents of a file natively in Windows 7? (Is it possible.) - Super User
Viewing all articles
Browse latest Browse all 14

Answer by AzizSM for How can I view the binary contents of a file natively in Windows 7? (Is it possible.)

$
0
0

If you have powershell version 5.0 or later, you can use the powershell built-in function Format-Hex

PS:21 C:\Temp >Format-Hex application.exe            0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F00000000   42 4D 5E 00 00 00 00 00 00 00 36 00 00 00 28 00  BM^.......6...(. 00000010   00 00 0A 00 00 00 01 00 00 00 01 00 20 00 00 00  ............ ... 00000020   00 00 00 00 00 00 C4 0E 00 00 C4 0E 00 00 00 00  ......Ä...Ä..... 00000030   00 00 00 00 00 00 B7 59 71 FF B7 59 71 FF B7 59  ......•Yq.•Yq.•Y 00000040   71 FF B7 59 71 FF B7 59 71 FF B7 59 71 FF B7 59  q.•Yq.•Yq.•Yq.•Y 00000050   71 FF B7 59 71 FF B7 59 71 FF B7 59 71 FF        q.•Yq.•Yq.•Yq.

Viewing all articles
Browse latest Browse all 14

Trending Articles