Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowntrojan authored Nov 24, 2024
1 parent 168787d commit e18dcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e18dcd2

Please sign in to comment.