Riley Testut
|
babb2c0856
|
[AltServer] Fixes incorrectly parsing thread state as decimal value when enabling JIT
Thread state is hexadecimal, so we now explicitly use NSScanner to parse string as base-16.
|
2021-09-13 14:15:52 -07:00 |
|
Riley Testut
|
7d93c64b5b
|
[AltServer] Fixes enabling JIT on iOS 15 beta 2
vAttachName sporadically fails on iOS 15 beta 2, so we now use vAttachOrWait and manually detect whether the app is already running or not.
|
2021-07-07 13:54:41 -07:00 |
|
Riley Testut
|
e0b50ac80c
|
[AltServer] Handles EnableUnsignedCodeExecutionRequest
Allows sideloaded apps to connect to AltServer and enable JIT execution.
|
2021-06-04 14:57:32 -07:00 |
|
Riley Testut
|
52fe74fbea
|
[AltServer] Adds ALTDebugConnection to “debug” sideloaded apps
Allows AltServer to programmatically enable JIT execution in sideloaded apps.
|
2021-06-04 14:56:27 -07:00 |
|