summaryrefslogtreecommitdiffstats
path: root/md/writeup/ihe.md
blob: fa647f5bbb979cfe966b68ac95600272aac753ea (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
42
43
44
45
46
47
48
title: Interactive hex editor

** Interactive hex editor **
## Intro
Experimental interactivce cli hex editor. Plans to copy GUI like hex editor.
Should be easy to use in practice. But not yet.

## Supported commands

| command | help |
| --- | --- |
| *open*   | open file |
| *close*  | close file |
| *info*   | show program stats |
| *seek*   | seek to new position |
| *pos*    | show current position |
| *size*   | show file size |
| *blk*    | show current block size |
| *read*   | read block from file |
| *dump*   | dump block in hex |
| *dumpx*  | dump as hexdump |
| *dumps*  | dumps as string |
| *write*  | write hex to file |
| *writes* | write string to file |
| *flags*  | file opening flags |
| *ls*     | like ls |
| *pwd*    | like pwd |
| *cd*     | like cd |
| *help*   | show avaliable commands |
| *pageup*   | move one file block up |
| *pagedown*   | move one file block down |

## Features

* open/close files
* dump hex/string
* write hex/string

### Downloads

Stable commit v0.0.4   
[v0.0.4](http://git.main.lv/cgit.cgi/ihe.git/tag/?h=v0.0.4)

[Source](http://git.main.lv/cgit.cgi/ihe.git/)

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