Skip to content

Changed apple TV condition in offsets#144

Open
edrflt wants to merge 1 commit intokpwn:masterfrom
edrflt:master
Open

Changed apple TV condition in offsets#144
edrflt wants to merge 1 commit intokpwn:masterfrom
edrflt:master

Conversation

@edrflt
Copy link
Contributor

@edrflt edrflt commented Jan 28, 2017

Changed strstr on u.machine & u.version to strcmp on u.version.

@edrflt
Copy link
Contributor Author

edrflt commented Jan 28, 2017

Not useful that much indeed, it just changes
(strstr(u.machine, "AppleTV5,3") && strstr(u.version, "root:xnu-3789.22.3~1/RELEASE_ARM64_S5L8960X"))
to
(strcmp(u.version, "Darwin Kernel Version 16.1.0: Thu Sep 29 22:13:19 PDT 2016; root:xnu-3789.23.3~2/RELEASE_ARM64_T7000") == 0)
in order to match the other conditions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant