[GH-ISSUE #49] [BUG] Injecting dylib not working #42

Closed
opened 2026-03-03 15:29:57 +03:00 by kerem · 3 comments
Owner

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

  1. Download original dylib from https://github.com/qnblackcat/FBSideloadfix/releases
  2. Patch CydiaSubrate rpath using the command : install_name_tool -change /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate @loader_path/CydiaSubstrate.framework/CydiaSubstrate FBSideloadfix.dylib
  3. Add CydiaSubstrate.framework and the patched FBSideloadfix.dylib to the tweaks folder

What version of LiveContainer are you using?

2.0-release (main/a463511)

Other info

No response

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 1. Download original dylib from https://github.com/qnblackcat/FBSideloadfix/releases 2. Patch CydiaSubrate rpath using the command : install_name_tool -change /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate @loader_path/CydiaSubstrate.framework/CydiaSubstrate FBSideloadfix.dylib 3. Add CydiaSubstrate.framework and the patched FBSideloadfix.dylib to the tweaks folder ### What version of LiveContainer are you using? 2.0-release (main/a463511) ### Other info _No response_
kerem 2026-03-03 15:29:57 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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

<!-- gh-comment-id:2090533676 --> @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
Author
Owner

@aminosred25 commented on GitHub (May 17, 2024):

Thank you!

<!-- gh-comment-id:2118451168 --> @aminosred25 commented on GitHub (May 17, 2024): Thank you!
Author
Owner

@khanhduytran0 commented on GitHub (Aug 15, 2024):

Done, tweak injection now has a dedicated tab. Let me know if you have any other issues.

<!-- gh-comment-id:2290850697 --> @khanhduytran0 commented on GitHub (Aug 15, 2024): Done, tweak injection now has a dedicated tab. Let me know if you have any other issues.
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#42
No description provided.