1bsigs(8) bsigs bsigs(8)
2
3
4
6 bsigs - program for debugging burp protocol2 manifest files and indexes
7
8
10 bsigs [filename]
11
12
13 A program for debugging burp protocol2 manifest files and indexes. It
14 reads a file containing binary signatures and checksums, converts them
15 to hex, and writes them to stdout. This program comes with the burp
16 backup and restore package.
17
18
20 cd /var/spool/burp
21
22 bsigs global/clients/testclient/current/manifest/00000022
23
24 bsigs global/clients/testclient/current/manifest/dfiles
25
26 bsigs global/clients/testclient/current/manifest/dindex/00000002
27
28 bsigs global/clients/testclient/current/manifest/hooks/00000002
29
30 bsigs global/clients/testclient/current/manifest/sparse
31
32 bsigs global/data/sparse
33
34
36 If you find bugs, please report them to the email list. See the website
37 <http://burp.grke.net/> for details.
38
39
41 The main author of Burp is Graham Keeling.
42
43
45 See the LICENCE file included with the source distribution.
46
47
48
49 March 18, 2016 bsigs(8)