[feat] inline hook inject
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
// asm.rs
|
||||
|
||||
use iced_x86::{Instruction, code_asm::*};
|
||||
use iced_x86::{code_asm::*};
|
||||
|
||||
pub fn assemble<F>(addr: u64, op: F) -> Result<Vec<u8>, Box<dyn std::error::Error>>
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user