From e18dcd27c587109f987356e4b1d8b10f12eca61b Mon Sep 17 00:00:00 2001 From: unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> Date: Sun, 24 Nov 2024 14:48:29 +0100 Subject: fix build --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9a07f87..069bc75 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -989,7 +989,7 @@ impl Command for SigFinderCommand { #[no_mangle] pub extern "C" fn CorePluginInit() -> bool { - binaryninja::logger::init(log::LevelFilter::Info).unwrap(); + binaryninja::logger::init(log::LevelFilter::Info); // TODO: (maybe) if signature not found, maybe go back a few instructions and attempt to create a signature with an offset. // TODO: introduce a setting for "dumb" searches, where we also search non-executable segments for uniqueness, incase the user doesn't want to check the segments before scanning them. -- cgit v1.3.1