Skip to content

Instantly share code, notes, and snippets.

View dinhthiet2702's full-sized avatar

dinhthiet2702

View GitHub Profile
@Lessica
Lessica / MGCopyAnswer-Tweak.mm
Last active May 25, 2024 18:54
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))
/* ... */