AloneMonkey / frida-ios-dump

pull decrypted ipa from jailbreak device
MIT License
3.39k stars 621 forks source link

Fix on Windows and other non-POSIX systems #153

Open ViRb3 opened 3 years ago

ViRb3 commented 3 years ago

chmod and zip are commands only generally available on POSIX-compatible systems. This PR uses platform-agnostic methods included in the Python standard library.

Closes #110 and #144.