aboutsummaryrefslogtreecommitdiffstats
path: root/dhex_searchlog.5
blob: 468cd7d132fb5b2e2dfa20de9a6d72b5237777c1 (plain)
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
49
50
51
52
53
.\" Process this file with
.\" groff -man -Tascii dhex.1
.\"
.Dd May 12, 2012
.Os
.Dt DHEX_SEARCHLOG 5
.Sh NAME
.Nm dhex_searchlog
.Nd search log file for dhex
.Sh DESCRIPTION
Searchlogs for 
.Xr dhex 1
are stored in searchlog files. This manpage describes the format of those files.
.Ss EXAMPLE
A typical searchlog file looks like this:
.br
.Ql #DHEX SEARCHLOG
.br
.Ql #VERSION 0
.br
.Ql #Search was for d0 0f af fe
.br
.Ql #lines are all in hex
.br
.br
.Ql 0000000000002385
.br
.Ql 0000000000002e21
.br
.Ql 0000000000006acb
.br
.Ql 0000000000006b8b
.br
.Ql 000000000000cd27
.br
.Sh OPTIONS
In the example above, the file has two sections: A comment section, and an offset section.
.Ss Comments
Comments are indicated with a '#' character. Everything afterwards in a line is being ignored when parsing the file
.Ss Offset section
Offsets are 64 bit addresses presented as hexadecimal values. It is the offset where the searchstring occurred as result when the searchlog was written.
And it is also where the next search is being conducted when reading the searchlog.
.Sh BUGS
Report bugs to 
.An Aq dettus@dettus.net .
Make sure to include DHEX somewhere in the subject.
.Sh AUTHOR
Written by 
.An Thomas Dettbarn
.Sh SEE ALSO
.Xr dhex 1 ,
.Xr dhexrc 5 ,
.Xr dhex_markers 5 .