28 lines
442 B
Plaintext
28 lines
442 B
Plaintext
[CODE]
|
|
ram_size = 0xa00000
|
|
entry_point = 0x1000000
|
|
|
|
|
|
[OS64]
|
|
stack_address = 0x7ffffffde000
|
|
stack_size = 0x21000
|
|
load_address = 0x7ffbf0100000
|
|
interp_address = 0x7ffff7dd5000
|
|
mmap_address = 0x7fffb7dd6000
|
|
|
|
|
|
[KERNEL]
|
|
uid = 1000
|
|
gid = 1000
|
|
pid = 1996
|
|
|
|
|
|
[MISC]
|
|
current_path = /
|
|
|
|
|
|
[NETWORK]
|
|
# To use IPv6 or not, to avoid binary double bind. ipv6 and ipv4 bind the same port at the same time
|
|
bindtolocalhost = True
|
|
# Bind to localhost
|
|
ipv6 = False |