Skip to content

Commit e8c7f5d

Browse files
committed
Restoring deleted file
1 parent f2b039e commit e8c7f5d

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

fuzzers/frida_gdiplus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ debug = true
1616

1717
[dependencies]
1818
libafl = { path = "../../libafl/", features = [ "std", "llmp_compression",
19-
"llmp_bind_public", "frida_cli", "errors_backtrace", "minidump"] } #, "llmp_small_maps", "llmp_debug"]}
19+
"llmp_bind_public", "frida_cli", "errors_backtrace"] } #, "minidump", "llmp_small_maps", "llmp_debug"]}
2020
libafl_bolts = { path = "../../libafl_bolts/" }
2121
frida-gum = { version = "0.13.6", features = ["auto-download", "event-sink", "invocation-listener"] }
2222
libafl_frida = { path = "../../libafl_frida", features = ["cmplog"] }

fuzzers/frida_gdiplus/cmplog_test.def

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
EXPORTS
2+
t1
3+
t2
4+
t3
5+
t4
6+
t5
7+
t6
8+
t7

fuzzers/frida_gdiplus/src/fuzzer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ unsafe fn fuzz(options: &FuzzerOptions) -> Result<(), Error> {
409409
);
410410

411411
// Demonstrating crash backtrace
412+
#[cfg(windows)]
412413
let mut bt = None;
413414
#[cfg(windows)]
414415
let bt_observer = BacktraceObserverWithStack::new(

0 commit comments

Comments
 (0)