Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Injecting dylib not working #49

Open
aminosred25 opened this issue Apr 25, 2024 · 2 comments
Open

[BUG] Injecting dylib not working #49

aminosred25 opened this issue Apr 25, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@aminosred25
Copy link

aminosred25 commented Apr 25, 2024

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

@aminosred25 aminosred25 added the bug Something isn't working label Apr 25, 2024
@khanhduytran0
Copy link
Owner

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
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants