Merge pull request #177 from harsaphes/main

Checking idstatuscache.plist in a dump for iOS>14.7
This commit is contained in:
Nex
2021-09-01 22:00:51 +02:00
committed by GitHub
+1
View File
@@ -15,6 +15,7 @@ IDSTATUSCACHE_BACKUP_IDS = [
]
IDSTATUSCACHE_ROOT_PATHS = [
"private/var/mobile/Library/Preferences/com.apple.identityservices.idstatuscache.plist",
"private/var/mobile/Library/IdentityServices/idstatuscache.plist",
]
class IDStatusCache(IOSExtraction):