paradiseduo / appdecrypt

appdecrypt is a tool to make decrypt application encrypted binaries on macOS when SIP-enabled (macOS 11.3 or below)
GNU General Public License v3.0
701 stars 95 forks source link

This app not support dump on M1 Mac. Because machO PLATFORM is IOS! #14

Open douniwan5788 opened 2 years ago

douniwan5788 commented 2 years ago

What does this mean?

utopiatopia commented 2 years ago

You can’t dump (decrypt) iOS apps.

douniwan5788 commented 2 years ago

You can’t dump (decrypt) iOS apps.

I am confused. Examples are "On mac with M1 CPU" and "On Jailbreak iPhone with arm64 CPU"

utopiatopia commented 2 years ago

Macs can only decrypt Mac applications, and iPhones/iPads can only decrypt iOS applications. The examples don't contradict this.

lswank commented 2 years ago

Hmm. The readme needs to explain more of the why you would want to use this app, then. I am certain that @douniwan5788 and I independently came here trying to figure out how to make an iOS app work on Mac with SIP disabled...

kylefmohr commented 2 years ago

Also this message comes up on my Intel Mac, which is confusing. I built using the build-macOS_x86.sh script, to be clear

flarn2006 commented 2 years ago

If Macs can't decrypt iOS apps, how is it that they can run iOS apps? Are the apps encrypted using a different key when downloaded using a Mac, as opposed to an iOS device? And if so, does this mean this tool can decrypt iOS apps that were downloaded from the App Store on a Mac?

WTFCSL commented 1 year ago

https://github.com/subdiox/UnFairPlay/issues/2

novitae commented 7 months ago

I was interested in only decrypting the app, not running it, and it is annoying that it removes the decrypted app if not compatible. The app decrypted isn't removed using https://github.com/Lakr233/Decrypter !

waelsaad commented 3 months ago

I had the same error message and this app is meant to be a mac app from the AppStore.

./appdecrypt /Applications/appFromAppStore.app /Users/X/Dump

This app was developed on both iOS and Mac This app not support dump on M1 Mac. Because machO PLATFORM is IOS!

Thanks