richinfante / iphonebackuptools

iOS Backup Data Extraction

Home Page:http://www.richinfante.com/2017/3/16/reverse-engineering-the-ios-backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notes report does not run with ios 17 backup

Koguni31 opened this issue · comments

Notes are there for sure, I have the encryption password and shareware Iphone Backup Extractor sees notes and extracts few samples, but iphonebackuptool does not. Have no IOS device to check if this is related to backup encryption or not.

$ ibackuptool -l
run backups.list

udid                      | encrypted | date                   | deviceName | serialNumber | iOSVersion | backupVersion
------------------------- | --------- | ---------------------- | ---------- | ------------ | ---------- | -------------
00008020-000E40D60E51002E | true      | 9/20/2023, 11:35:35 PM | iPhone     | ************ | 17.0       | 3.3          

$ ibackuptool -b 00008020-000E40D60E51002E -r notes
run notes
ERROR! Couldn't run 'notes'.
ERROR! Error: Couldn't find any known notes database in the system.
    at /usr/local/lib/node_modules/ibackuptool/tools/reports/notes/notes.js:59:21
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)