-
Notifications
You must be signed in to change notification settings - Fork 73
/
config.txt
164 lines (153 loc) · 4.44 KB
/
config.txt
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
[general]
trace_log_path = memlog.bin
modules_list_path = modules.bin
os = windows
bitness = 32
version = win10_32
min_read_size = 1
max_read_size = 16
min_write_size = 1
max_write_size = 16
callstack_length = 48
write_as_text = 0
symbolize = 0
symbol_path = <symbols path>
[win7_32]
kprcb = 0x120
current_thread = 0x04
tcb = 0x0
process = 0x150
client_id = 0x22c
process_id = 0
thread_id = 4
create_time = 0x200
image_filename = 0x16c
kdversionblock = 0x34
psloadedmodulelist = 0x18
loadorder_flink = 0x0
basedllname = 0x2c
baseaddress = 0x18
sizeofimage = 0x20
us_len = 0x0
us_buffer = 0x4
teb_cid = 0x20
irql = 0x24
previous_mode = 0x13a
exception_list = 0x0
next_exception = 0x0
try_level = 0xc
[win10_32]
kprcb = 0x120
current_thread = 0x04
tcb = 0x0
process = 0x150
client_id = 0x374
process_id = 0
thread_id = 4
create_time = 0x348
image_filename = 0x174
kdversionblock = 0x34
psloadedmodulelist = 0x18
loadorder_flink = 0x0
basedllname = 0x2c
baseaddress = 0x18
sizeofimage = 0x20
us_len = 0x0
us_buffer = 0x4
teb_cid = 0x20
irql = 0x24
previous_mode = 0x15a
exception_list = 0x0
next_exception = 0x0
try_level = 0xc
[obsd-5.3-amd64]
cpu_info_ci_curproc = 0x288
proc_p_addr = 0x228
proc_p_pid = 0x5c
proc_p_comm = 0x1da
comm_size = 17
proc_p_p = 0x20
process_ps_pgrp = 0x1b8
pgrp_id = 0x20
kernel_start = 0xffffffff801001e0
kernel_end = 0xffffffff80678c0c
copyin = 0xffffffff80453ba0
copyin_end = 0xffffffff80453c08
copyinstr = 0xffffffff80453cc0
copyinstr_end = 0xffffffff80453d34
[fbsd-9.1-x86]
thread_td_tid = 0x44
thread_td_proc = 0x4
proc_p_pid = 0x64
proc_p_comm = 0x20c
proc_p_comm_size = 20
modules = 0xc117c4f4
tqh_first = 0
tqh_last = 4
module_name = 0x1c
max_module_name = 0x100
module_file = 0x10
linker_file_address = 0x24
linker_file_size = 0x28
kernel_start = 0xc04000f4
kernel_end = 0xc114446c
copyin = 0xc0e22eb0
copyin_end = 0xc0e22f19
copyinstr = 0xc0e230a0
copyinstr_end = 0xc0e2311a
fuword32 = 0xc0e22f5c
fuword32_end = 0xc0e22f86
fuword16 = 0xc0e22f90
fuword16_end = 0xc0e22fbb
fubyte = 0xc0e22fbc
fubyte_end = 0xc0e22ff9
[fbsd-9.1-amd64]
thread_td_tid = 0x88
thread_td_proc = 0x8
proc_p_pid = 0xb0
proc_p_comm = 0x338
proc_p_comm_size = 20
modules = 0xffffffff812243e0
tqh_first = 0
tqh_last = 8
module_name = 0x30
max_module_name = 0x100
module_file = 0x20
linker_file_address = 0x40
linker_file_size = 0x48
kernel_start = 0xffffffff80200190
kernel_end = 0xffffffff812f90a0
copyin = 0xffffffff80bd5e40
copyin_end = 0xffffffff80bd6085
copyinstr = 0xffffffff80bd6190
copyinstr_end = 0xffffffff80bd621c
[ubuntu_server_32_3.8.0-23-generic]
thread_size = 0x2000
thread_info_task = 0
task_struct_pid = 0x208
task_struct_tgid = 0x20c
task_struct_comm = 0x2e4
task_comm_len = 16
modules = 0xc187c758
module_list = 0x4
module_name = 0xc
module_core = 0xdc
module_core_size = 0xe4
module_name_len = 56
kernel_start = 0xc1000000
kernel_end = 0xc1a76000
[ubuntu_server_64_3.8.0-23-generic]
thread_size = 0x2000
thread_info_task = 0
task_struct_pid = 0x2d4
task_struct_tgid = 0x2d8
task_struct_comm = 0x480
task_comm_len = 16
modules = 0xffffffff81c3b7d0
module_list = 0x8
module_name = 0x18
module_core = 0x160
module_core_size = 0x16c
module_name_len = 56
kernel_start = 0xffffffff81000000
kernel_end = 0xffffffff82346000