mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-05-24 19:59:59 +00:00
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
#import <substrate.h>
|
|
#import <mach-o/dyld.h>
|
|
|
|
%hook JailbreakDetection
|
|
- (bool)jailbroken {
|
|
return FALSE;
|
|
}
|
|
%end |