Add column headers to output
[pagetables.git] / README
1 pagetables converts binary data files containing page tables from hboot image files into readable
2 C-language structures.
3
4 Addresses are written in hexadecimal unless the "-d" decimal option is used.
5
6 Program information messages are written to stderr to avoid confusing the matching address
7 reports that are written to stdout. This allows the program to be used with pipes and further filters.
8
9 The program uses memory-mapped files to make processing as efficient as possible.
10
11 Usage: ./binmatch:  [-d] -f <pagetable>
12         -d      print matching addresses in decimal not hexadecimal
13         -f      path to the file containing the binary page-tables
14
15         Information messages are written to stderr and only matches are written to stdout.
16         This allows the output to be piped through other filters.
17