NyaMisty
NyaMisty
I can comfirm that the problem exists :(
And in fact changing the ``` /// getBranchTargetOpValue - Helper function to get the branch target operand, /// which is either an immediate or requires a fixup. static uint32_t getBranchTargetOpValue(const...
So can we make it integrated into idevicesyslog? It's a trivial thing to implement, and I really have no idea why @nikias cannot add it. If that's because you don't...
The AltJit is still not well supported and tested, I still need some time to figure out how AltJit works :(
Quite hard now. I'd suggest you use qemu-user-armv7 to run this on Pi
You can see the needed headers with this: ``` curl https://sideloadly.io/anisette/irGb3Quww8zrhgqnzmrx | jq ``` typically it has these: ``` { "X-Apple-I-Client-Time": "2022-06-22T12:48:11Z", "X-Apple-I-MD": "AAAABQAAABDnCI2aAjo8uE47dzNBsOfRAAAAAQ==", "X-Apple-I-MD-LU": "CE99147F8610526892ED1AC53931EF38552A2CB64C2DC433D242FDAE789A7F80", "X-Apple-I-MD-M": "wbxShQ1m2WmGT+Sf496k3tYfwQhrzQ+79dQKNUVBzpz/rO+4faO/k3ZjePXDCXk1jMefsXn7NllulZOH", "X-Apple-I-MD-RINFO": "17106176",...
As for your provision header, I believe `X-Apple-I-Client-Time` `X-Apple-I-TimeZone` `X-Apple-Locale` can be simply filled. But `X-MMe-Client-Info` needs more consideration
We don't know if Apple actually uses it. Long time ago apple uses this to distinguish Xcode and Cydia Impactor. By the way, for all those other simple fields (Time...
That's brilliant. Would you mind make a small README for me so that I can add it into this repo?
Well, have you manually fixed my code using #9 ?