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
commit d3941bb5d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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):