[−][src]Function skyline::patching::patch_str
pub unsafe fn patch_str(offset: usize, string: &str) -> Result<(), Error>
Overwrite a string in read-only data with a Rust string given the offset from the start of .text
pub unsafe fn patch_str(offset: usize, string: &str) -> Result<(), Error>
Overwrite a string in read-only data with a Rust string given the offset from the start of .text