mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #540] [BUG] pre-injected tweaks don't get signed #488
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#488
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @m1337v on GitHub (May 29, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/540
Describe the bug
When installing an app, which contains tweaks in the framework folder, the tweaks seem to not get resigned.
In the previous version this seemed to work.
This happens on the latest commit of the nightly/multitask branch.
Not an app issue, as regular installation with sideloadly works as expected.
Tried force sign as well. Jit-Less Mode Diagnose shows all green.
dlopen(/private/var/mobile/Containers/Data/Application/2A4244E4-81E9-4874-AF5B-CBA94EDDA77F/Documents/Applications/com.zhiliaoapp.musically.app/TikTok, 0x0109): Library not loaded: @executable_path/Frameworks/BHTikTokPlus.dylib Referenced from: <3C0EDA32-EB31-3AF1-A7C9-5EF1F2FB6CDF> /private/var/mobile/Containers/Data/Application/2A4244E4-81E9-4874-AF5B-CBA94EDDA77F/Documents/Applications/com.zhiliaoapp.musically.app/TikTok Reason: tried: '/private/var/mobile/Containers/Data/Application/2A4244E4-81E9-4874-AF5B-CBA94EDDA77F/Documents/Applications/com.zhiliaoapp.musically.app/Frameworks/BHTikTokPlus.dylib' (code signature invalid in <0226E1FB-A09E-31E3-A7B1-12EFDEB3E7A9> '/private/var/mobile/Containers/Data/Application/2A4244E4-81E9-4874-AF5B-CBA94EDDA77F/Documents/Applications/com.zhiliaoapp.musically.app/Frameworks/BHTikTokPlus.dylib' (errno=1) sliceOffset=0x00008000, codeBlobOffset=0x00128740, codeBlobSize=0x00003E50)Instructions to reproduce
inject tweak with sideloadly, export as ipa
disable tweakloader injection (same issue if enabled, but tried all settings)
run app
get signature invalid error for injected dylib
What version of LiveContainer are you using?
3.6.60-Release (multitask/07211a8)
Other info
No response
@hugeBlack commented on GitHub (May 30, 2025):
Fixed
@m1337v commented on GitHub (May 30, 2025):
Tried the latest commit but get the following:
@hugeBlack commented on GitHub (May 30, 2025):
Then I guess it's an app issue. Please send me the ipa, or you may try another ipa
@hugeBlack commented on GitHub (May 30, 2025):
It should be fixed by the latest build. Do note that this issue is caused by the tweak being so badly constructed that it confuses the signer.
@m1337v commented on GitHub (May 30, 2025):
you're the best. Thank you so much, latest commit solved it!