pub unsafe fn nop_pointer_with_offset(
    pointer: *const u8,
    offset: isize
) -> Result<(), Error>
Expand description

Replace the instruction at the given pointer plus offset with NOP