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

Windows file path support #72

Closed GrantBirki closed 3 years ago

GrantBirki commented 3 years ago

Adding native Windows path support without the need for --dir attribute

Added a simple process.platform check at the start of index.js. This will use a Windows based file path which doesn't require the user to enter the --dir attribute. I have tested this from my Windows system and it managed to pull all images out of my iPhone backup successfully and without any hiccups!

torarnv commented 3 years ago

Looks good, should probably be squashed. Can you push a squash @GrantBirki ?

richinfante commented 3 years ago

rebased & merged in #77