mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-26 01:25:52 +03:00
[GH-ISSUE #233] feat: unzip debian packages #208
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#208
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 @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
@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
@castdrian commented on GitHub (Nov 9, 2025):
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