appdecrypt icon indicating copy to clipboard operation
appdecrypt copied to clipboard

MMAP failed on macOS 15.0

Open Aocro opened this issue 1 year ago • 5 comments

Steps

  1. Download encrypted ipa from AppStore.
  2. Unzip and extract ProductName.app.
  3. Run ./appdecrypt ./ProductName.app ./DecryptProductName.app

Logs

➜  ./appdecrypt ./ProductName.app ./DecryptProductName.app
Success to copy file.
Dump ./ProductName.app/Frameworks/UnityFramework.framework/UnityFramework fail, because of mmap fail with Operation not permitted

Version

  • System: macOS 15.0
  • Chip: Apple M1 Pro

Aocro avatar Sep 27 '24 17:09 Aocro

Same here; Sequoia 15.1

./appdecrypt /Applications/Hill\ Climb.app ./HillClimb_decrypted.app --ignore-ios-check

Copy From /Applications/Hill Climb.app to ./HillClimb_decrypted.app Success to copy file. Warning ! The app is will not run on M1 Mac. Decrypting it anyway. Dump /Applications/Hill Climb.app/Wrapper/Hill Climb Racing.app/Hill Climb Racing fail, because of mmap fail with Operation not permitted Dump /Applications/Hill Climb.app/Wrapper/Hill Climb Racing.app/Frameworks/InMobiSDK.framework/InMobiSDK Success Dump /Applications/Hill Climb.app/Wrapper/Hill Climb Racing.app/Frameworks/IASDKCore.framework/IASDKCore Success Dump /Applications/Hill Climb.app/Wrapper/Hill Climb Racing.app/Frameworks/HyprMX.framework/HyprMX Success Dump /Applications/Hill Climb.app/Wrapper/Hill Climb Racing.app/Frameworks/AppLovinSDK.framework/AppLovinSDK Success

MrSimmo avatar Nov 15 '24 19:11 MrSimmo

Same here :|

MisutaaAsriel avatar Dec 25 '24 19:12 MisutaaAsriel

I'm getting this error too not only on my mac but my phone with ios 16.1.1 :(

flanter21 avatar Dec 27 '24 11:12 flanter21

fail, because of mmap fail with Operation not permitted same error

Upfunny avatar Jan 18 '25 13:01 Upfunny

Shame, anyone have any idea why this happens? Potentially related: https://github.com/NyaMisty/fouldecrypt/issues/15

Yakov5776 avatar Apr 28 '25 22:04 Yakov5776

same

lifr0m avatar Oct 04 '25 20:10 lifr0m

if your macOS on 15.0-15.2, you can try this https://github.com/34306/decrypted , using CVE-2025-24204 to decrypt app

paradiseduo avatar Oct 22 '25 03:10 paradiseduo