this post was submitted on 05 Sep 2023
692 points (97.8% liked)

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

58821 readers
397 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

📜 c/Piracy Wiki (Community Edition):

🏴‍☠️ Other communities

Torrenting:

Gaming:


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] cloud@lazysoci.al 29 points 2 years ago (2 children)

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

[–] wahming@monyet.cc 43 points 2 years ago (2 children)

Hidden text within the app code from the steam folder

[–] cloud@lazysoci.al 30 points 2 years ago (2 children)

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

[–] wahming@monyet.cc 10 points 2 years ago

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

[–] u202307011927@feddit.de 8 points 2 years ago (2 children)

Anyone know what RAZOR 1911 stands for or means, anyways?

[–] naught@sh.itjust.works 47 points 2 years ago (1 children)

It's a group that cracks stuff for 🏴‍☠️

[–] enki@lemm.ee 13 points 2 years ago (1 children)

What a fucking nostalgia bomb. Haven't been a part of the scene for a very long time, so seeing RAZOR 1911 in the hex triggered a flashback. They were huge back when I was running a "warez" BBS as a kid in the 90s.

[–] Klear@sh.itjust.works 2 points 2 years ago

Good old dos game cracks bundles with funky demos.

[–] melroy@kbin.melroy.org 15 points 2 years ago (1 children)

1911 which translates to 777 in hexadecimal.

[–] melroy@kbin.melroy.org 24 points 2 years ago

In Unix's chmod, change-access-mode command, the octal value 777 grants all file-access permissions to all user types in a file.

[–] melroy@kbin.melroy.org 9 points 2 years ago (1 children)

Within the binary of the file *

[–] wahming@monyet.cc 10 points 2 years ago (2 children)

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

[–] melroy@kbin.melroy.org 2 points 2 years ago

Let's educate the world 🌍🎉

[–] AlboTheGuy@feddit.nl 2 points 2 years 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

[–] merc@sh.itjust.works 10 points 2 years 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.