Azule icon indicating copy to clipboard operation
Azule copied to clipboard

packagelists/*: No such file or directory

Open DanCousins opened this issue 2 years ago • 1 comments

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

DanCousins avatar Apr 01 '23 17:04 DanCousins

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"

ftitreefly avatar Apr 09 '23 17:04 ftitreefly