Skip to content

Commit c2305d2

Browse files
committed
Upd goblin targets
1 parent 3aa28e9 commit c2305d2

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

projects/goblin/directed_target/config.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,38 @@ line = 164
2626
file = "/goblin/src/archive/mod.rs"
2727
line = 342
2828

29+
[[target]]
30+
file = "/goblin/src/elf/mod.rs"
31+
line = 163
32+
33+
[[target]]
34+
file = "/goblin/src/elf/mod.rs"
35+
line = 269
36+
37+
[[target]]
38+
file = "/goblin/src/elf/mod.rs"
39+
line = 365
40+
41+
[[target]]
42+
file = "/goblin/src/mach/mod.rs"
43+
line = 157
44+
45+
[[target]]
46+
file = "/goblin/src/mach/mod.rs"
47+
line = 186
48+
49+
[[target]]
50+
file = "/goblin/src/mach/mod.rs"
51+
line = 245
52+
53+
[[target]]
54+
file = "/goblin/src/pe/mod.rs"
55+
line = 100
56+
57+
[[target]]
58+
file = "/goblin/src/pe/mod.rs"
59+
line = 171
60+
2961
[[target]]
3062
file = "/goblin/src/pe/debug.rs"
3163
line = 172

projects/goblin/parse-afl++.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ args = "-s 90 --wait-jobs -j2"
2020

2121
[aflplusplus]
2222
target = "/goblin/fuzz-afl/target/release/afl_parse"
23-
args = "-t 2000+ -i /corpus"
23+
args = "-t 2000 -i /corpus"
2424

2525
[cov]
2626
target = "/cov_parse @@"

projects/goblin/parse-libafl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs = 2
2424
[difuzz]
2525
path = "/directed_target/sydr/difuzz/libafl_difuzz"
2626
target = "/parse_libafl_target @@"
27-
args = "-j4 --sync-limit 200 --sync-jobs 2 -l64 -i /corpus -e /ets_parse.toml"
27+
args = "-j4 --sync-limit 200 --sync-jobs 2 --panic-analysis rust -l64 -i /corpus -e /ets_parse.toml"
2828
casr_bin = "/casr_parse"
2929

3030
[cov]

0 commit comments

Comments
 (0)