richinfante / iphonebackuptools

iOS Backup Data Extraction
http://www.richinfante.com/2017/3/16/reverse-engineering-the-ios-backup
MIT License
308 stars 52 forks source link

notes report does not run with ios 17 backup #106

Open Koguni31 opened 6 months ago

Koguni31 commented 6 months ago

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)