-
Notifications
You must be signed in to change notification settings - Fork 4
/
uEmu_3Dprinter.cfg
48 lines (38 loc) · 1.21 KB
/
uEmu_3Dprinter.cfg
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
# uEmu - knownledge base extraction configuration template
# ------------------------------------------------------
# Copyright (C) 2019-2021 Wei Zhou
# Licensed under the Apache License,Version 2.0 (the License);
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
# http://www.apache.org/licenses/LICENSE-2.0
[MEM_Config]
# Configure rom and ram used for the target firmware (at most for two of each)
rom = 0x08000000,0x40000
ram = 0x20000000,0x20000
vtor = 0x08000000
[IRQ_Config]
# Configure the interval tb number of trigger for external irqs of target firmware
irq_tb_break = 1000
disable_systick = false
disable_irqs =
[INV_Config]
# Configure the cache loop number used for dead loop judgement and max known tb number used for invlid states judgement
bb_inv1 = 30
bb_inv2 = 2000
bb_terminate = 30000
kill_points = 0x8002fcc 0x80038d4
alive_points =
[TC_Config]
t2_function_parameter_num = 3
t2_caller_level = 3
t2_max_context = 8
t3_max_symbolic_count = 100
[Fuzzer_Config]
input_peripherals =
enable_fuzz = true
allow_auto_mode_switch = true
additional_writable_ranges = 0x0,0x0
time_out = 10
crash_points =
allow_new_phs = true
fork_count = 1000