Azule
Azule copied to clipboard
packagelists/*: No such file or directory
Hey,
Trying to patch on linux, but I'm running into an error in the process:

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
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"