[GH-ISSUE #189] [BUG] Line Don't work #169

Closed
opened 2026-03-03 15:31:11 +03:00 by kerem · 6 comments
Owner

Originally created by @nezumi0627 on GitHub (Oct 19, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/189

Describe the bug

dlopen(/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE, 0x0109): tried: '/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE' (could not register fairplay decryption, mremap_encrypted() => -1), '/private/preboot/Cryptexes/OS/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE' (no such file), '/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE' (could not register fairplay decryption, mremap_encrypted() => -1), '/private/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE' (could not register fairplay decryption, mremap_encrypted() => -1), '/private/preboot/Cryptexes/OS/private/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE' (no such file), '/private/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE' (could not register fairplay decryption, mremap_encrypted() => -1)

Instructions to reproduce

load ipa

What version of LiveContainer are you using?

3.0.0

Other info

No response

Originally created by @nezumi0627 on GitHub (Oct 19, 2024). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/189 ### Describe the bug dlopen(/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE, 0x0109): tried: '/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE' (could not register fairplay decryption, mremap_encrypted() => -1), '/private/preboot/Cryptexes/OS/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE' (no such file), '/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE' (could not register fairplay decryption, mremap_encrypted() => -1), '/private/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE' (could not register fairplay decryption, mremap_encrypted() => -1), '/private/preboot/Cryptexes/OS/private/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE' (no such file), '/private/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Applications/jp.naver.line.app/LINE' (could not register fairplay decryption, mremap_encrypted() => -1) ### Instructions to reproduce load ipa ### What version of LiveContainer are you using? 3.0.0 ### Other info _No response_
kerem 2026-03-03 15:31:11 +03:00
Author
Owner

@nezumi0627 commented on GitHub (Oct 19, 2024):

dlopen(/private/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Tweaks/line/test2.dylib, 0x0009): Library not loaded: /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate
Referenced from: /private/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Tweaks/line/test2.dylib
Reason: tried: '/Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate' (no such file), '/private/preboot/Cryptexes/OS/Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate' (no such file), '/Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate' (no such file), '/System/Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate' (no such file, not in dyld cache)

<!-- gh-comment-id:2424004746 --> @nezumi0627 commented on GitHub (Oct 19, 2024): dlopen(/private/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Tweaks/line/test2.dylib, 0x0009): Library not loaded: /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate Referenced from: <D8A915FF-572C-3FD4-A04F-76C599F8B515> /private/var/mobile/Containers/Data/Application/6EC0D10F-B9DF-4F86-BF99-72259AC0BE52/Documents/Tweaks/line/test2.dylib Reason: tried: '/Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate' (no such file), '/private/preboot/Cryptexes/OS/Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate' (no such file), '/Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate' (no such file), '/System/Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate' (no such file, not in dyld cache)
Author
Owner

@hugeBlack commented on GitHub (Oct 22, 2024):

Please tell us where did you get your ipa so we can test it out.

<!-- gh-comment-id:2429475450 --> @hugeBlack commented on GitHub (Oct 22, 2024): Please tell us where did you get your ipa so we can test it out.
Author
Owner

@nezumi0627 commented on GitHub (Oct 23, 2024):

テストできるように、ipaをどこで入手したか教えてください。I tried to read dylib by tweaking to design for jailbreak.

<!-- gh-comment-id:2431763632 --> @nezumi0627 commented on GitHub (Oct 23, 2024): > テストできるように、ipaをどこで入手したか教えてください。I tried to read dylib by tweaking to design for jailbreak.
Author
Owner

@boa-z commented on GitHub (Oct 24, 2024):

It seems to work with this ipa, but 'Sign in with Apple' has no response. I don't have a LINE account, so I couldn't test the other functions.

<!-- gh-comment-id:2434170971 --> @boa-z commented on GitHub (Oct 24, 2024): It seems to work with [this ipa](https://decrypt.day/app/id443904275), but 'Sign in with Apple' has no response. I don't have a LINE account, so I couldn't test the other functions.
Author
Owner

@khanhduytran0 commented on GitHub (Oct 24, 2024):

Sign in with Apple requires Apple Developer Program certificate.

<!-- gh-comment-id:2434173748 --> @khanhduytran0 commented on GitHub (Oct 24, 2024): `Sign in with Apple` requires Apple Developer Program certificate.
Author
Owner

@khanhduytran0 commented on GitHub (Oct 24, 2024):

(could not register fairplay decryption, mremap_encrypted() => -1)

Your app was not decrypted.

<!-- gh-comment-id:2436455245 --> @khanhduytran0 commented on GitHub (Oct 24, 2024): > (could not register fairplay decryption, mremap_encrypted() => -1) Your app was not decrypted.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LiveContainer#169
No description provided.