Fix appPath (resolved decryption issue on tvOS 26.5), update README for tvOS

This commit is contained in:
√(noham)²
2026-05-28 19:17:56 +02:00
parent 3d40efe291
commit 5af58eda88
3 changed files with 9 additions and 4 deletions

View File

@@ -524,6 +524,9 @@ int find_off_cryptid(const char *filePath) {
uint32_t numberOfImages = infos->infoArrayCount;
mach_vm_address_t imageAddress = 0;
const char *appPath = [[self appPath] UTF8String];
if(strstr(appPath, "/private") == appPath) {
appPath += 8;
}
NSLog(@"[trolldecrypt] There are %d images mapped.", numberOfImages);