GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DHEX_SEARCHLOG(5) FreeBSD File Formats Manual DHEX_SEARCHLOG(5)

dhex_searchlog
search log file for dhex

Searchlogs for dhex(1) are stored in searchlog files. This manpage describes the format of those files.

A typical searchlog file looks like this:
#DHEX SEARCHLOG
#VERSION 0
#Search was for d0 0f af fe
#lines are all in hex
0000000000002385
0000000000002e21
0000000000006acb
0000000000006b8b
000000000000cd27

In the example above, the file has two sections: A comment section, and an offset section.

Comments are indicated with a '#' character. Everything afterwards in a line is being ignored when parsing the file

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.

Report bugs to ⟨dettus@dettus.net⟩. Make sure to include DHEX somewhere in the subject.

Written by Thomas Dettbarn

dhex(1), dhexrc(5), dhex_markers(5).
May 12, 2012 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.