Paisseon / SatellaJailed

Jailed in-app purchase cracker (iOS 12-16)
GNU Affero General Public License v3.0
1.01k stars 100 forks source link

packagelists/*: No such file or directory #41

Closed DanCousins closed 1 year ago

DanCousins commented 1 year ago

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

Paisseon commented 1 year ago

I think that's an Azule on Linux error, at least one other person had it and they were on Linux too. Unfortunately I have 0 idea how to fix it, but the Azule dev might know what's up: https://github.com/Al4ise/Azule

Paisseon commented 1 year ago

(if it does turn out to be my fault, lmk and I'll fix)

d3ibis commented 1 year ago

I'm on mac & facing it too...

Screen Shot 2023-04-02 at 2 23 14 AM

DanCousins commented 1 year ago

I'm on mac & facing it too...

Screen Shot 2023-04-02 at 2 23 14 AM

What version of Mac OS are you on? My MBP is very old, so 10.15.7 is the latest I can run.

I'm going to attempt it later on today with a friends one on Ventura.

nbycoder commented 1 year ago

Experiencing this on Pop OS 22.04, as well.

DanCousins commented 1 year ago

Hey all - I’ve created a ticket for this on the azule repo which you can find and track here:

https://github.com/Al4ise/Azule/issues/140

ftitreefly commented 1 year ago

This error message was resolved after I manually modified the SatellaJailed.dylib path, on MacOS. https://github.com/Al4ise/Azule/issues/140#issuecomment-1501175740

Paisseon commented 1 year ago

Does it work if you change the script to use `"$PWD/SatellaJailed.dylib"? Thanks for finding the issue btw!

ftitreefly commented 1 year ago

Does it work if you change the script to use `"$PWD/SatellaJailed.dylib"? Thanks for finding the issue btw!

Yes, it works.

Paisseon commented 1 year ago

Added the fix to latest commit