[feat] inline hook inject

This commit is contained in:
rootacite
2025-10-29 02:04:20 +08:00
parent 58a2308c10
commit c4a977a0b0
11 changed files with 338 additions and 135 deletions

View File

@@ -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