update
This commit is contained in:
@@ -70,7 +70,7 @@ where
|
||||
let custom_handler = unsafe { &*(ctxt as *mut R) };
|
||||
let bv = unsafe { BinaryView::from_raw(BNNewViewReference(bv)) };
|
||||
let func = unsafe { Function::from_raw(BNNewFunctionReference(func)) };
|
||||
let mlil = unsafe { mlil::MediumLevelILFunction::from_raw(mlil) };
|
||||
let mlil = unsafe { mlil::MediumLevelILFunction::ref_from_raw(mlil) };
|
||||
custom_handler.recognize_medium_level_il(bv.as_ref(), func.as_ref(), &mlil)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user