fix frida wrapper
This commit is contained in:
parent
92dd0bfcb2
commit
5f74a08316
@ -1,5 +1,9 @@
|
||||
#[cfg(unix)]
|
||||
pub use fuzzer::main;
|
||||
mod fuzzer;
|
||||
#[cfg(unix)]
|
||||
pub fn main() {
|
||||
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