Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants