Files
Tweaks/BusinessJB/Tweak.x
2026-02-24 20:40:06 +01:00

8 lines
117 B
Plaintext

#import <substrate.h>
#import <mach-o/dyld.h>
%hook JailbreakDetection
- (bool)jailbroken {
return FALSE;
}
%end