Skip to content

Commit

Permalink
fix CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
Xoffio committed Nov 26, 2024
1 parent a0bf1ff commit c19c3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frida-gum/src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl<'a> Process<'a> {
let r_details = RangeDetails::from_raw(details);

let prot = r_details.protection();
if &res.protection == &prot {
if res.protection == prot {
let m_range = r_details.memory_range();
let file_map = r_details.file_mapping().to_owned();

Expand Down

0 comments on commit c19c3a3

Please sign in to comment.