mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-26 01:25:52 +03:00
[GH-ISSUE #49] [BUG] Injecting dylib not working #42
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#42
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 @aminosred25 on GitHub (Apr 25, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/49
Describe the bug
I followed the instructions to add the tweak FBSideloadfix.dylib but it is still not injected in Facebook app. I tried other tweaks with other apps and still couldn't get it to work.
Instructions to reproduce
What version of LiveContainer are you using?
2.0-release (main/a463511)
Other info
No response
@khanhduytran0 commented on GitHub (May 2, 2024):
Tweak injection will not work with JIT-less at the moment since they need to be signed first. I’ll add it as soon as I have time
@aminosred25 commented on GitHub (May 17, 2024):
Thank you!
@khanhduytran0 commented on GitHub (Aug 15, 2024):
Done, tweak injection now has a dedicated tab. Let me know if you have any other issues.