mirror of
https://github.com/NohamR/TrollDecrypt-tvOS.git
synced 2026-07-11 22:41:37 +00:00
Fix appPath (resolved decryption issue on tvOS 26.5), update README for tvOS
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user