kpwn / yalu102

incomplete iOS 10.2 jailbreak for 64 bit devices by qwertyoruiopz and marcograssi
Do What The F*ck You Want To Public License
1.77k stars 554 forks source link

Remove repeated comparison of equal substrings in `offsets.c`. #345

Closed tie closed 7 years ago

tie commented 7 years ago

Each string has prefix "Darwin Kernel Version 16.x.0: ". Moved it to separate strcmp function call.

oli1605 commented 7 years ago

Why not keep it simple stupid?

0neday commented 7 years ago

Maybe useful for now

tangalbert919 commented 7 years ago

I think this is just to reduce the size of the offset file by a couple of bytes. This is good, but we don't want to make it more complex than it already is.