This commit is contained in:
Toka 2021-11-04 02:57:54 +09:00 committed by GitHub
parent 1ecef5598e
commit 43a32f9e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ use frida_gum::instruction_writer::{Aarch64Register, IndexMode};
use frida_gum::{ use frida_gum::{
instruction_writer::InstructionWriter, instruction_writer::InstructionWriter,
stalker::{StalkerOutput, Transformer}, stalker::{StalkerOutput, Transformer},
CpuContext, ModuleDetails, ModuleMap, ModuleDetails, ModuleMap,
}; };
#[cfg(unix)] #[cfg(unix)]