Skip to content

Commit

Permalink
offsets.m aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
schnizki authored Jan 8, 2024
1 parent 18daf09 commit 557f730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/offsets.m
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@

void _offsets_init(void)
{
if(SYSTEM_VERSION_EQUAL_TO(@"16.1.1")||SYSTEM_VERSION_EQUAL_TO(@"16.1.2")||SYSTEM_VERSION_EQUAL_TO(@"16.2")||SYSTEM_VERSION_EQUAL_TO(@"16.3")||SYSTEM_VERSION_EQUAL_TO(@"16.3.1")) {
if(SYSTEM_VERSION_EQUAL_TO(@"16.1")||SYSTEM_VERSION_EQUAL_TO(@"16.1.1")||SYSTEM_VERSION_EQUAL_TO(@"16.1.2")||SYSTEM_VERSION_EQUAL_TO(@"16.2")||SYSTEM_VERSION_EQUAL_TO(@"16.3")||SYSTEM_VERSION_EQUAL_TO(@"16.3.1")) {
NSLog(@"iOS <= 16.3.1 detected");
off_p_list_le_prev = 0x8;
off_p_proc_ro = 0x18;
Expand Down

0 comments on commit 557f730

Please sign in to comment.