[GH-ISSUE #233] feat: unzip debian packages #208

Open
opened 2026-03-03 15:31:38 +03:00 by kerem · 2 comments
Owner

Originally created by @castdrian on GitHub (Dec 2, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/233

I mainly use lc to debug tweaks in a jailed environment and it'd be nice if it would just accept and unzip Debian packages as well, providing the dynamic library manually is a bit tedious

also doing this would be great for tweaks with resource bundles, as they don't work if you just inject the dylib and then they can't find the resource bundle, generally when an app is jailed it looks for the resource bundle in the same path where the NSBundle is, when jailbroken it would be in Library/Application Support/ but apps in LiveContainer are very much jailed, so copying the bundle into the nsbundle location is a necessity to get them to work

Originally created by @castdrian on GitHub (Dec 2, 2024). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/233 I mainly use lc to debug tweaks in a jailed environment and it'd be nice if it would just accept and unzip Debian packages as well, providing the dynamic library manually is a bit tedious also doing this would be great for tweaks with resource bundles, as they don't work if you just inject the dylib and then they can't find the resource bundle, generally when an app is jailed it looks for the resource bundle in the same path where the NSBundle is, when jailbroken it would be in Library/Application Support/ but apps in LiveContainer are very much jailed, so copying the bundle into the nsbundle location is a necessity to get them to work
Author
Owner

@EliasGabr commented on GitHub (Nov 9, 2025):

if found something interesting to that issue
https://github.com/Dr-Sauce/Forte

this is a deb to dylib converter using shortcuts

<!-- gh-comment-id:3508411055 --> @EliasGabr commented on GitHub (Nov 9, 2025): if found something interesting to that issue https://github.com/Dr-Sauce/Forte this is a deb to dylib converter using shortcuts
Author
Owner

@castdrian commented on GitHub (Nov 9, 2025):

if found something interesting to that issue
https://github.com/Dr-Sauce/Forte

this is a deb to dylib converter using shortcuts

I don't think you understand the point, anyone can unzip the package, that does not in any way shape or form help with the resource bundle

<!-- gh-comment-id:3508513693 --> @castdrian commented on GitHub (Nov 9, 2025): > if found something interesting to that issue > https://github.com/Dr-Sauce/Forte > > this is a deb to dylib converter using shortcuts I don't think you understand the point, anyone can unzip the package, that does not in any way shape or form help with the resource bundle
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#208
No description provided.