Live data from Hacker News

GTA 5 source code leaks online

sportskeeda.com

111–120 of 271 posts

Re: GTA 5 source code leaks online

#111

Earlier quoted context omitted.

That means someone did at some point and broke something quite badly.

every coder on earth at one point in time: let's optimize this without actually testing anything

and then spends months finding and undoing. And writes this comment. Can confirm.

Re: GTA 5 source code leaks online

#112
post #71

For anyone that is curious, according to 4chan (i.e. take it with a mountain of salt): > Apparently there are 3 leaks in circulation: > 3.3 gigs, src only > 17 gigs, src + partial assets > 1 TB, src + full assets I really wish more games shared the source, even if it's under a restrictive license. It's just interesting to get a peak under the hood. It makes me wish that copyright lasted less time and that submitting…

I’m reminded of the time when a Reddit user bought a random box of Blizzard things on eBay and ended up finding a StarCraft gold master source code CD. Many people suggested sharing the code, but Blizzard lawyers reached out. Blizzard eventually gave them a bunch of swag after they returned it. Would have been so interesting to see. https://mashable.com/article/starcraft-source-disc

what a sad story!

Re: GTA 5 source code leaks online

#113
post #99

It's quite scary when video game source code leaks. No doubt people will start finding RCEs to exploit.

Video games are already full of exploits. That's what allows a rich modding scene to thrive.

Video games sit in this really weird place in software engineering where 'security' in the traditional sense doesn't necessarily apply.

Games are either single-player and don't really make any sense to exploit, or are multiplayer and have weird kernel-level DRM and anti-cheat, and on the server side, mainly host multiplayer matchmaking and servers.

Even if games have been exploited maliciously, users would have to go out of their way to find a malware-laden version on a shady BitTorrent website, and in that case the BitTorrent protocol is the real vector, not the video game itself.

Don't get me wrong, I'm not saying video game RCEs aren't security a problem—but they have fairly extensive positive implications that might not be usually considered.

Re: GTA 5 source code leaks online

#117

SHA256 hash for anyone got the file: 46ffb7f65944d4aaf97fd1eb8718be2dcd1ede71d38228bf126d25cf4f100e7b 3.31GB no_pass_gtav_source.zip 76f50dd98da88ec574b6c2800193f3579e588073fd05f18190313af2cfbb6bf3 4.33GB GTAVSP.7z (Pass: Mi76#b>9mRed)

As chains of trusts go, this is utterly useless! Unless you’re about to post a picture of yourself with your HN username, today’s newspaper and a linked biog at a trusted domain that proves beyond doubt your integrity.

Re: GTA 5 source code leaks online

#118
post #90
post #55

I'm always wishing there were more AAA games I could play natively on aarch64 linux. Porting it might not be the easiest thing in the world, but a source leak opens the door for it.

Yesterday I discovered that perfect dark for the n64 has been decompiled and built for windows (I'd assume Linux would not be difficult given it's decompiled now). Anyway it looks utterly amazing. There's been a few other projects like this.

Looks like it already supports Linux!

https://github.com/fgsfdsfgs/perfect_dark

Re: GTA 5 source code leaks online

#119

For anyone that is curious, according to 4chan (i.e. take it with a mountain of salt): > Apparently there are 3 leaks in circulation: > 3.3 gigs, src only > 17 gigs, src + partial assets > 1 TB, src + full assets I really wish more games shared the source, even if it's under a restrictive license. It's just interesting to get a peak under the hood. It makes me wish that copyright lasted less time and that submitting…

Private servers are already possible and also popular. The network is called FiveM and it has a lot more features and customization than the original.

Re: GTA 5 source code leaks online

#120

I assume rockstar didn't pay, so they leaked the source code. Not sure why anything would be delayed because of this.

Why would they pay? It's a 10-year-old game that's the second best selling game of all time. Rockstar made their money, and there isn't anything a competitor could use to gain an advantage. It's almost good because it's free press for GTA VI.

If they cared about their customers they would pay to stop them (us) getting pwned with numerous 0-day vulnerabilities that no doubt exist in a 15 year old code base that had never seen the light of day.
Post reply on HN