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

packagelists/*: No such file or directory #140

Open
DanCousins opened this issue Apr 1, 2023 · 1 comment
Open

packagelists/*: No such file or directory #140

DanCousins opened this issue Apr 1, 2023 · 1 comment

Comments

@DanCousins
Copy link

Hey,

Trying to patch on linux, but I'm running into an error in the process:

image

Any ideas? Is this an issue with the app I'm trying to patch? Not sure about the last error, as that dylib file is certainly in the folder.

Thanks

@ftitreefly
Copy link

ftitreefly commented Apr 9, 2023

This error message was resolved after I manually modified the SatellaJailed.dylib path, on MacOS.

So, try this:
Edit patch.sh:

Inject SatellaJailed to the app using Azule

azule -n "$output" -i "$ipa" -o ./ -f ./SatellaJailed.dylib -muvwz | sed -u -r "s/(\[\*\])/$(echo $info)/g"

to a absolute path:

azule -n "$output" -i "$ipa" -o ./ -f ~/Downloads/SatellaJailed-emt/SatellaJailed.dylib -muvwz | sed -u -r "s/(\[\*\])/$(echo $info)/g"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants