this post was submitted on 05 Sep 2023
5 points (100.0% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

53948 readers
395 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder


💰 Please help cover server costs.

Ko-FiLiberapay


founded 1 year ago
MODERATORS
top 32 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 year ago (3 children)

I love the implication here, that they don't have the proper source (or skills left in the company) such that they can remove the DRM which doesn't play nice themselves so they rely on a cracked copy of the game instead. Been quite a bit of news lately about how game companies have failed to keep the original source code for their games. Diablo 2, the Transformers games etc and those from active companies, there's bound to be 1000s of games where the source is lost due to publishers closing down studios.

[–] [email protected] 2 points 1 year ago (2 children)

Logical next step, hacker sues the developer for copyright infringement?

[–] [email protected] 2 points 1 year ago

The crack might not actually be protected by copyright, unless there's substantial new code added.

[–] [email protected] 2 points 1 year ago

I mean, they didn't even bother to remove the signature!

[–] [email protected] 2 points 1 year ago

It's a complete crapshow IMO.

I still have the source code for the simple stuff I developed over 12 years ago, but these organisations don't think it's important to hang on to source code and assets for something they plan to make money from?

Really telling about the attitudes towards software outside of the FOSS space and datahoarder communities, and more importantly how little the management/publishers actually care about the product.

Although to counter that, I'm aware of at least one situation where the opposite has happened. One of my simulation games for example is really buggy and isn't able to receive more updates because the studio behind it voluntarily disbanded, leaving the publisher without access to the source code (I believe the publisher Aerosoft has tried to get a copy of the source to provide further game fixes, but the individuals behind the disbanded studio could not come to an agreement on this)

[–] [email protected] 1 points 1 year ago

Even if they have the source, they may not have all the build tools anymore.

Or they have the build tools but the wizard that set up the build system back in the day no longer works there.

Or they have the build system archived and documented but it doesn't run because some license expired, and the tool vender doesn't sell that version anymore.

In the near future, there will be another possibility - SaaS cloud tools that are impossible to preserve so they are forever lost.

[–] [email protected] 2 points 1 year ago (1 children)

Remember that time a random player DRAMATICALLY decreased load times for GTA online after finding bad code that preloaded TONS of game assets? After like, a decade?

Pepperidge Farm remembers...

[–] [email protected] 1 points 1 year ago (1 children)

I believe it was a CSV file of every item in all of the shops (comma separated values) and it was being read and stored into memory single threaded so it was maxing out a single core on the CPU.

[–] [email protected] 1 points 1 year ago

JSON, and it had more to do with how they were checking string lengths. But yeah, the general story is that a random dude fixed massive problems with the text parsing.

[–] [email protected] 1 points 1 year ago (1 children)

Doesn't even surprise me anymore. Rockstar has gone to shit.

[–] [email protected] 1 points 1 year ago (1 children)

cant even play their legitly purchased SINGLEPLAYER games without internet connection.
I fucking hate rockstar

[–] [email protected] 0 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago

I'm already angry enough that they don't let me spawn certain vehicles in singleplayer but this is too much. Time to get a cracked version and uninstall that Rockstar Launcher crap.

[–] [email protected] 1 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago (1 children)

It's not really a crack, it's the corporate activation script. But yeah, MS don't care about sales anymore, they're all about stealing your data.

[–] [email protected] 1 points 1 year ago

They just want everyone to have Windows at home, so that it keeps being the "normal" OS for corporations. They make so much money... Windows+ CALs, Office, Exchange, Sharepoint, M365, Azure... it's easier to keep paying them, than to change vendors.

[–] [email protected] 1 points 1 year ago

Not the first time, won't be the last.

[–] [email protected] 1 points 1 year ago

It means cracker fixed the issue for the developer, right?

[–] [email protected] 1 points 1 year ago

Or the crack was an in-house job and they are just using the in-house patch to get around it.

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (1 children)
[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (1 children)
[–] [email protected] 1 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago

I'll just stick to 🏴‍☠️ old games with DRM, why should I give a company 🤑 for redistributing a cracker's hard work?

[–] [email protected] 0 points 1 year ago (2 children)

What i'm looking at? What is this from?

[–] [email protected] 1 points 1 year ago (2 children)

Hidden text within the app code from the steam folder

[–] [email protected] 1 points 1 year ago (1 children)

Within the binary of the file *

[–] [email protected] 1 points 1 year ago (1 children)

Yes, I was trying to keep it to a non-technical ELI5

[–] [email protected] 1 points 1 year ago

To be fair, if you don't know what that is at a glance you probably don't know what the binary of a file is either

[–] [email protected] 1 points 1 year ago (1 children)

So the official files contains a razor 1911 line? This look sus af

[–] [email protected] 1 points 1 year ago

In what sense? Incompetence, dodginess, or fake screenshot?

[–] [email protected] 1 points 1 year ago

When you view or edit a text (.txt) file in a text editor like Notepad, you're most often opening a file in ASCII encoding that uses the ASCII binary values for common letters, numbers and punctuation. The only values allowed in that kind of file are lowercase letters, uppercase letters, numbers and punctuation.

You can also view or edit binary files, like executables (.exe), but you typically need a hex editor. If you tried to open a binary file in a plain text editor it wouldn't know how to handle all the binary values that are not part of the standard ASCII set of letters, numbers and punctuation.

Hex editors show the data in hexadecimal format. They convert the binary data to numbers from 0 to 15 where the numbers 10 to 15 are replaced by the letters A to F. Often to make it clear people are talking about the hex number they add "0x" in front of the number. So, 0 becomes 0x0, 9 becomes 0x9, 15 becomes 0xF, 16 becomes 0x10, and 255 becomes 0xFF. This is an efficient way for people to work with binary data because 16 is 2^4^ or 222*2.

Within binary files, there will still be a lot of sections that are in ASCII. For example, any error messages that have to be printed out for the user to see, like "this program cannot be operated in DOS mode".

Razor 1911 is an infamous cracker group that has been around for decades. They often "sign" the programs they crack by putting "Razor 1911" inside the files, in a way where you can see it if you open it with a hex editor, but so it doesn't affect the program.

So, what this is suggesting is that a program that Rockstar has released on Steam is not something they built themselves, but they're actually distributing a cracked version that was released by Razor 1911.