avibrazil / iOSbackup

A Python 3 class that reads and extracts files from a password-encrypted iOS backup created by iTunes on Mac and Windows. Compatible with iOS 14. Class works on Linux too.
225 stars 38 forks source link

Updated mmap to run on Windows machines #13

Closed Unbrick closed 3 years ago

Unbrick commented 3 years ago

mmap requires a different set of parameters on windows machines: https://stackoverflow.com/a/13500510

As of my tests this fixes file extraction on windows machines (testes with Python 3.9.4)

Te-k commented 3 years ago

:+1: I can confirm that this PR would be useful for mvt to run on Windows