1+ {
2+ "version" : " 1.0" ,
3+ "description" : " Hexdump and byte2hex are command-line utilities for hexadecimal operations." ,
4+ "homepage" : " https://www.fileformat.info/tool/hexdump/index.htm" ,
5+ "license" : " Freeware" ,
6+ "url" : [
7+ " https://www.fileformat.info/tool/hexdump/hexdump.exe" ,
8+ " https://www.fileformat.info/tool/byte2hex/byte2hex.exe"
9+ ],
10+ "hash" : [
11+ " 5b7fd475f9d1f545a00d5f69829d368ba84c1e4a0eac3206c2389e4582898b85" ,
12+ " 10548c673ae60dd4cc341acc77d96dab22e66313069f44d84970af1be2e35bac"
13+ ],
14+ "bin" : [
15+ [" hexdump.exe" , " hex2dump" ],
16+ " byte2hex.exe"
17+ ],
18+ "notes" : [
19+ " HEXDUMP USAGE:" ,
20+ " hex2dump [options] <input file> [<output file>]" ,
21+ " " ,
22+ " If no output file is specified, hex2dump writes to stdout." ,
23+ " Options:" ,
24+ " -b binary output (instead of hex)" ,
25+ " -c character output (instead of hex)" ,
26+ " -C character+hex output (like 'hexdump -C')" ,
27+ " -d decimal output (instead of hex)" ,
28+ " -o octal output (instead of hex)" ,
29+ " -u unsigned decimal output" ,
30+ " -8 8-bit quantities (default)" ,
31+ " -16 16-bit quantities" ,
32+ " -32 32-bit quantities" ,
33+ " -64 64-bit quantities" ,
34+ " -l<len> number of bytes to dump (default is all)" ,
35+ " -s<offset> start offset (in decimal)" ,
36+ " -S<offset> start offset (in hex, e.g., -S0x100)" ,
37+ " " ,
38+ " Examples:" ,
39+ " hex2dump file.bin" ,
40+ " hex2dump -C file.bin" ,
41+ " hex2dump -8 -l256 -s0x100 file.bin out.txt" ,
42+ " " ,
43+ " BYTE2HEX USAGE:" ,
44+ " byte2hex.exe [options] <input file> <output file>" ,
45+ " " ,
46+ " Options:" ,
47+ " -? show this help message" ,
48+ " -a ASCII output (default is hex)" ,
49+ " -b binary output" ,
50+ " -d decimal output" ,
51+ " -h hex output (default)" ,
52+ " -o octal output" ,
53+ " -u unsigned decimal output" ,
54+ " -8 8-bit quantities (default)" ,
55+ " -16 16-bit quantities" ,
56+ " -32 32-bit quantities" ,
57+ " -64 64-bit quantities" ,
58+ " -l<len> number of bytes to convert (default is all)" ,
59+ " -s<offset> start offset (in decimal)" ,
60+ " -S<offset> start offset (in hex, e.g., -S0x100)" ,
61+ " " ,
62+ " Examples:" ,
63+ " byte2hex.exe input.bin output.txt" ,
64+ " byte2hex.exe -b input.bin output.txt" ,
65+ " byte2hex.exe -16 -l512 -s0x200 input.bin output.txt"
66+ ]
67+ }
0 commit comments