Live data from Hacker News

32TB of Windows 10 internal builds, core source code leak online

theregister.co.uk

11–20 of 94 posts

Re: 32TB of Windows 10 internal builds, core source code leak online

#16

Just imagine if the source code for SMB was let loose.

They're disabling it later this year, so I wouldn't go that far.

Just the outdated SMBv1 of course, SMB is still very much supported and in constant development.

Re: 32TB of Windows 10 internal builds, core source code leak online

#17
post #12
post #8

The unstripped binaries are a huge benefit for non-black-hat developers too.

Microsoft actually provides symbols for most windows components through its symbol server.

The private symbols in these builds could actually be very useful. The article alluded there were private symbols. So, even if only 1% of the overall windows code was leaked, if there were, say private symbols for the heap allocator of the kernel, for a practiced reverse engineer that is pure gold. Not as good as code, but a hell of a lot better than having to figure everything out and name functions and symbols themselves.

Re: 32TB of Windows 10 internal builds, core source code leak online

#20

Looks like the WINE developers are going to have the time of their lives.

It looks like mainly kernel and drivers were leaked. WINE is emulating the Win32, which is distinct from the Windows NT kernel & drivers - kind of like how the Linux API is distinct from the Windows NT kernel, despite Windows supporting it.

This might be a boon for the ReactOS folks, who are trying to implement the NT kernel, except for seeing the Windows source code automatically disqualifies you from being a contributor.

Post reply on HN