[][src]Function skyline::patching::patch_data_from_text

pub unsafe fn patch_data_from_text<T: Sized + Copy>(
    text_offset: *const u8,
    offset: usize,
    val: &T
) -> Result<(), Error>

Overwrite a value in read-only data with a passed value given an offset from the start of .text