dunhamsteve / ios

Utility to extract files and keychain information from iOS backups
Other
123 stars 28 forks source link

Add support for Windows #19

Closed dnicolson closed 1 year ago

dnicolson commented 1 year ago

This pull request adds support for Windows by fixing a couple of minor issues. Apparently, the Microsoft Store version of iTunes writes backups to the Apple/MobileSync/Backup directory. The Apple Computer/MobileSync/Backup is used otherwise, this is not supported.

dunhamsteve commented 1 year ago

Thanks. So is stdin not 0 on windows? (It's better to use the named constant either way, but I'm curious if it differs.)

dnicolson commented 1 year ago

I'm not sure but it appears to be a large integer like a PID that is unique every time.