blob: da15674e65b237a8bc5ed8b1b3777596208d9696 (
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
|
# burneye protection description file
#
# comments must have "^#.*" match, i.e. no end of line comments
##################
# stub description
stubfile = "..."
# first encryption layer (glfsr)
stubcrypt0_at = 0x........
stubcrypt0_len = 0x........
#################
# hostify options
# XXX: allow multiple fingerprints here
fingerprint = { file "foofile" | block "..." }
fingerprint_tolerance = 2
##########################
# wrapped file description
infile = "input"
wrapfile = "output"
function_file = "..."
function_default { "default", encryption-mode }
# individual function definitions
function { "name", 0xvaddr, 0xlen, encryption-mode }
|