pub struct BinaryPatcher;Implementations§
Source§impl BinaryPatcher
impl BinaryPatcher
Sourcepub fn patch_binary(path: &Path) -> XcelerateResult<()>
pub fn patch_binary(path: &Path) -> XcelerateResult<()>
Patches the binary at the given path to remove/replace automation detection strings.
Auto Trait Implementations§
impl Freeze for BinaryPatcher
impl RefUnwindSafe for BinaryPatcher
impl Send for BinaryPatcher
impl Sync for BinaryPatcher
impl Unpin for BinaryPatcher
impl UnsafeUnpin for BinaryPatcher
impl UnwindSafe for BinaryPatcher
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more