1DHEX_SEARCHLOG(5)           BSD File Formats Manual          DHEX_SEARCHLOG(5)
2

NAME

4     dhex_searchlog — search log file for dhex
5

DESCRIPTION

7     Searchlogs for dhex(1) are stored in searchlog files. This manpage
8     describes the format of those files.
9
10   EXAMPLE
11     A typical searchlog file looks like this:
12     ‘#DHEX SEARCHLOG’
13     ‘#VERSION 0’
14     ‘#Search was for d0 0f af fe’
15     ‘#lines are all in hex’
16     ‘0000000000002385’
17     ‘0000000000002e21’
18     ‘0000000000006acb’
19     ‘0000000000006b8b’
20     ‘000000000000cd27’
21

OPTIONS

23     In the example above, the file has two sections: A comment section, and
24     an offset section.
25
26   Comments
27     Comments are indicated with a '#' character. Everything afterwards in a
28     line is being ignored when parsing the file
29
30   Offset section
31     Offsets are 64 bit addresses presented as hexadecimal values. It is the
32     offset where the searchstring occurred as result when the searchlog was
33     written.  And it is also where the next search is being conducted when
34     reading the searchlog.
35

BUGS

37     Report bugs to <dettus@dettus.net>.  Make sure to include DHEX somewhere
38     in the subject.
39

AUTHOR

41     Written by Thomas Dettbarn
42

SEE ALSO

44     dhex(1), dhexrc(5), dhex_markers(5).
45
46BSD                              May 12, 2012                              BSD
Impressum