summaryrefslogtreecommitdiff
path: root/md/writeup/h64e.md
blob: 4c56a1d0d133fd5108670fe446d19ad35cdaa818 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# h64d - hexdump analog

small hexdumpl like tool currently supports:

```text
./h64d: invalid option -- '-'
Usage: ./h64d [OPTS] <filename>

 -a - asciimode
 -b - show offset adress
 -o - file offset
 -i - output hex
 -l - length of output

Version: 0.1beta
```

more stuff will be added if there will be some nice use cases.

## Tested

| OS | Arch |
|---|---|
| Linux | 32/64bit intel |
| NetBSD | 32bit intel |

## Source

```
git clone http://git.main.lv/cgit.cgi/h64.git
```

## Compile

just 

```
make
```

should be enought