Skip to content

Commit 577fb5f

Browse files
committed
small fixes
1 parent 9c1371f commit 577fb5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libafl_frida/src/executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ where
4141
// thread_id for the Stalker
4242
thread_id: Option<u32>,
4343
/// Frida's dynamic rewriting engine
44-
stalker: Stalker<'a>,
44+
stalker: Stalker,
4545
/// User provided callback for instrumentation
4646
helper: &'c mut FridaInstrumentationHelper<'b, RT>,
4747
followed: bool,

libafl_frida/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ mod tests {
575575
"Skipping test, {test_harness} not found"
576576
);
577577

578-
GUM.set(unsafe { Gum::obtain() })
578+
GUM.set(Gum::obtain())
579579
.unwrap_or_else(|_| panic!("Failed to initialize Gum"));
580580
let simulated_args = vec![
581581
"libafl_frida_test",

0 commit comments

Comments
 (0)