Add BusinessJB tweak and patch serve script

This commit is contained in:
√(noham)²
2026-02-24 20:40:06 +01:00
parent 90009b8956
commit a9ddc888f8
9 changed files with 138 additions and 0 deletions

8
BusinessJB/Tweak.x Normal file
View File

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