UnFairPlay icon indicating copy to clipboard operation
UnFairPlay copied to clipboard

Decrypt FairPlay encrypted executable binaries on macOS

Results 7 UnFairPlay issues
Sort by recently updated
recently updated
newest added

When trying to decrypt the latest eBay.app/eBay executable from the app store, I get the following: ``` $ ./unfairplay Payload/eBay.app/eBay eBay-decrypted mremap_encrypted: Cannot allocate memory Please wait 1 second and...

Using this [or similar methods] is it possible to find a way to remove Fairplay DRM from purchased/owned content?

Title, also, why it works only at 11.2.3 or below?

Hi, When trying to run the script i get the following - Assertion failed: (header->magic == MH_MAGIC_64), function main, file unfairplay.c, line 147. Any ideas? Thanks!

Automatically find and operate on the arm64 slice, if one exists.

I have an IPA that I have no way to install on my mac other than sideloading it, but the binary is encrypted. Can I use this app to decrypt...

I keep getting the following output, and the binary does _not_ successfully decrypt: ``` mmap: Operation not permitted Succeeded in decrypting the binary. ``` Seems to be related to https://stackoverflow.com/questions/76089523/why-mmap-fails-to-allocate-executable-page-on-macos:...