added main.rs wrapper for frida
This commit is contained in:
parent
556141e9a3
commit
92dd0bfcb2
6
fuzzers/frida_libpng/src/main.rs
Normal file
6
fuzzers/frida_libpng/src/main.rs
Normal file
@ -0,0 +1,6 @@
|
||||
#[cfg(unix)]
|
||||
pub use fuzzer::main;
|
||||
#[cfg(not(unix))]
|
||||
pub fn main() {
|
||||
todo!("Frida not yet supported on this OS.");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user