Skip to content

Instantly share code, notes, and snippets.

@Lessica
Lessica / MGCopyAnswer-Tweak.mm
Last active July 28, 2025 20:08
Hook Internal Implementation of MGCopyAnswer (iOS 15)
#import <dlfcn.h>
#import <os/log.h>
#import <substrate.h>
#import <Foundation/Foundation.h>
#import "pac_helper.h"
#define _FUNC_ADDR_(A, O) (const void *)((long)(A) + (O))
/* ... */