How does something like this get leaked? A rogue Apple developer?
Key iPhone Source Code Gets Posted Online
51–60 of 118 posts
Re: Key iPhone Source Code Gets Posted Online
#52Earlier quoted context omitted.
It is much easier to find security vulnerabilities if you have the source code.
Then maybe Apple leaked this code intentionally to harvest free security reviews?
Re: Key iPhone Source Code Gets Posted Online
#53Earlier quoted context omitted.
It is much easier to find security vulnerabilities if you have the source code.
Then maybe Apple leaked this code intentionally to harvest free security reviews?
Re: Key iPhone Source Code Gets Posted Online
#54 ...
/arch/arm
ARM-specific code.
/docs
Optimisim.
/drivers
Portable drivers and driver infrastructure.
...
There's more documentation in this folder than most projects have :)Re: Key iPhone Source Code Gets Posted Online
#55Interesting: https://github.com/h1x0rz3r0/iBoot/blob/master/apps/iBoot/bo...
Re: Key iPhone Source Code Gets Posted Online
#56The newest copyright on any file is 2015. The source code might be quite old. (Yes, I realize that a copyright header doesn't actually stay in sync with patches. It's just the only indicator of date there is)
There are a few references to 2016. There is also a target/iphone8 folder. Don't see any reference to iPhone X though.
edit: there appears to be a reference to "N66" in init.c, which is the codename for the 6s
Re: Key iPhone Source Code Gets Posted Online
#57Re: Key iPhone Source Code Gets Posted Online
#58Re: Key iPhone Source Code Gets Posted Online
#59The newest copyright on any file is 2015. The source code might be quite old. (Yes, I realize that a copyright header doesn't actually stay in sync with patches. It's just the only indicator of date there is)
There are a few references to 2016. There is also a target/iphone8 folder. Don't see any reference to iPhone X though.
Re: Key iPhone Source Code Gets Posted Online
#60From the source_layout.txt in /docs: ... /arch/arm ARM-specific code. /docs Optimisim. /drivers Portable drivers and driver infrastructure. ... There's more documentation in this folder than most projects have :)