suction,

Japanese companies aren’t used to listening to their customers.

UnderwaterSwift,

Yes, have you even played csgo? Lmao

UnderwaterSwift,

That’s not the reality of the situation at all. They all started kernel level anti cheat to stop problems that were being faced. Counterstrike is the easiest example

cyrus,

Counterstrike is the easiest example

Counterstrike, where the Official Anti-Cheat is VAC; An Anti-Cheat system that isn’t Kernel-Level?

9bananas,

nProtect seems to be even worse than it sounds:

unknowncheats.me/…/625645-helldivers2-anti-cheat-…

no idea if they patched any of that since, but accepting non-validated DLLs is some wild level of neglect…

OsrsNeedsF2P,

That’s it…? That’s all it takes to bypass anticheat?

9bananas,

yep. it’s completely ridiculous.

Holzkohlen,

Kernel level anti cheat, battle pass, micro transactions in a $40 game btw. It was shit from the beginning. Unfortunate cause the game itself is so good.

barooboodoo,

$40 is almost half what you pay for a new game nowadays, how much do you think a game should cost then?

OsrsNeedsF2P, (edited )

As someone who spent 5 years making games, and 3 years in the industry, GAMES SHOULD BE FREE.

Good games come from passionate developers. Even the first major releases of Godot was built on the backs of 3 open source developers and some contributors. But when I started working for a gaming company, I saw the sleezy PMs look at players as nothing more than numbers on spreadsheets, fun features take the backseat to more monetization, and all the good content that made the game fun come from developers working overtime to make it happen.

People inherently want to make fun games. It’s the hyper competitive toxic industry that’s holding everyone back.

candybrie,

Do you think anyone who enjoys their job shouldn’t be paid, or…?

OsrsNeedsF2P,

I think industries that pray on people who like their job end up making worse quality products

candybrie,

I think that means games should cost more and developers should be fairly compensated such that not only super passionate people would tolerate the working conditions.

Kedly,

Basically, it was a good enough game for it to be worth being that one AAA game you touch every 5 years, but Sony adding more bulshit past the refund window was the straw the broke the camels back for a lot of us. The other AAA bulshit we knew about going in

regdog,

I agree with most of what you say, but the term “micro transations” does not fit. It does have a shop where you can unlock equipment and cosmetic items using either ingame money or real money. However, once unlocked the equipment is free to use as much as you want.

On the other hand, “micro transactions” means that the gameplay requires repeated purchases, like health potions, or ammunition. That is not the case in HD2.

acutfjg,

Micro transactions are anything that you can pay money for in game.

Alk,

“Beloved by all” Don’t be so hasty. I wish I could love games with kernel level anti cheats, but there are far better games with less risky software.

figaro,

It’s a really fun game though so idk I don’t care (about the privacy concerns, your opinion is valid regardless)

Akuma,
@Akuma@pawb.social avatar

It’s not just privacy. Kernel level anti cheat software opens up a new attack vector for malicious actors, e.g. your computer is less secure. Your system also becomes less stable and is prone to crash more often. This is all dependent on the skill of the software engineers writing the kernel level anti cheat of course.

Unfortunately, most software, if not most of modern IT is a house of cards.

lud,

Your system also becomes less stable and is prone to crash more often.

That statement isn’t a theory and sounds more like a verifiable fact. Is that true more Helldivers 2?

Taleya,

Not to mention Sony itself has been busted multiple times installing goddamn rootkits

Hobbes_Dent,

On audio CDs iirc.

bl_r,

Kernel level anticheat software opens up a new attack vector for malicious actors

This is one of my favorite techniques used by threat actors.

Essentially, for those of you who aren’t familiar with the BYOVDD technique, code is signed by companies when it is set to publish. This signature is proof that the company actually released the code, and generally, if the code is signed by someone you trust, it means that it doesn’t contain malware.

However, programmers are often bad about writing secure code. Security is hard, and kernel-level code is complex, so things slip through the cracks and the code becomes vulnerable to exploitation from the threat actor.

The fun part is when there is signed code that operates at the kernel level. To an OS and many security systems, signed code is good code. If a threat actor exploits signed code to arbitrarily do things like download and execute malware, or just behave maliciously, security software often throws up its hands and goes “Well, it is signed by a trusted company, it’s probably fine lol.” But because this code operates at such a privileged level, the amount of damage that can be done is devastating.

This was used in 2022 by threat actors to spread ransomware. The vulnerable kernel-level software they used was Genshin Impact’s anticheat.

Thankfully, crafting an exploit like this is pretty difficult to do, and since the signatures used for the code is revoked when malicious activity is seen, it is unlikely that you will see this specific technique used against you on your personal computer. But your IT and/or cybersecurity team might see the Helldivers anticheat used to ransom their systems sometime in the future.

UnderwaterSwift,

I’m sorry to tell you this but once code has arbitrary code execution on your local device it’s already over, installing an anti cheat that is 100% necessary in today’s gaming landscape doesn’t change that at all. Name a single game with non verbal anti cheat that matters in 2024.

expr,

None of this requires anything at the kernel level. It can be done entirely in userland. It is absolutely a violation of standard system security principles.

kaputter_Aimbot,

Why do you need anti cheat in a co-op pve game anyway?!? 🤔

intensely_human,

To be able to play the game itself and not a different game someone else wants to force it to be?

Charzard4261,

I mean look at Payday 2, it had a pretty big cheater problem. I agree that if it’s not PvP then you don’t need an aggressive anti cheat, but there should be some kind of “You’re using cheats? Can’t matchmake with legit players.” system.

zalgotext,

You’re using cheats? Can’t matchmake with legit players." system.

There is no reason to use something as invasive as a kernel-level anti cheat to do this, especially in a co-op PVE game.

Charzard4261,

Definitely, but the person I replied to mentioned any type of anti-cheat in a PvE game.

Akuma, (edited )
@Akuma@pawb.social avatar

No. There’s a huge difference if a program runs in user space or ring 0. Depending on the security policies and admin rights management on your system, malicious software can’t do anything. If you, the user, blindly click “ok” in Windows UAC prompts or run sudo on Linux without thinking, that’s on you. However, kernel-level anti-cheat software always has access and thus is a much more dangerous and sought-after attack vector.

Hell, if you wanted to make extra sure you could spin up a VM with GPU pass-through and play on there. But this is also not possible with kernel-level anti-cheat software because most detect they’re being run in a VM and refuse to start the game.

That’s only the security side of things. If software has shoddy code it will at worst crash itself if it’s not interacting with drivers too much (like games and graphics drivers - and even then the crashes happen because of bugs in the drivers in the first place). If it’s ring zero it can make your system unstable, crashing your entire system and not just the software itself.

Regarding “games that matter”, define your benchmark.

Are we talking about games that have the absolute top financial success? Sure, it’s all the competitive matchmaking games that rely on a somewhat believable competitive integrity of their games. But then again, most kernel-level anti-cheat systems don’t even prevent cheating. It’s a never-ending cat-and-mouse game at the cost of the customer’s privacy, security and stability of their system. Riot themselves have a recent blog post detailing that 1 in 15 League of Legends games had cheaters/scripters on average. Not only that, their new-ish kernel-level anti-cheat Vanguard - like all others - has been defeated. So they need to update. Change methods. Become more invasive. Just never-ending. And new/changed code always has the potential for new bugs, bringing us full circle to security and stability problems.

Or are we simply talking about games that are fun for the individual? There’s a wealth of Singleplayer/Co-op and/or PvE only games that are successful without any kind of invasive anti-cheat. To name a few (you only wanted one, but I’m in the mood): Cyberpunk 2077, Vampire Survivors (and all its offspring), Factorio, Satisfactory, Borderlands (1, 2, Pre-Sequel, 3, Tiny TIna’s Wonderlands), Skyrim, Fallout (3, 4, New Vegas), Starfield (I agree it was a flop, but it mattered), Baldur’s Gate 3 (which had incredible success).

Do I need to go on? This list isn’t even just a personal preference of mine. A lot of these titles were highly anticipated and are hugely successful.

So yeah, you should be sorry for spouting nonsense.

hglman,

They arent sorry and waisting your time was there goal. Thank you for a good write up regardless.

Akuma,
@Akuma@pawb.social avatar

I thought as much. But I also believe you shouldn’t just let misinformation like that go unchallenged. Not for people like him of course, but for everyone else reading this trying to learn and/or form an opinion.

UnderwaterSwift,

Ah yes, it’s a cat and mouse game so we should just stop trying huh? Maybe we should stop testing for doping in professional sports completely because people beat the test haha.

It’s exactly for “competitive integrity” and providing a fair space that it’s necessary. Riots system while not perfect, is OUTSTANDING in valorant, compared to counterstrike. Join a game of Dust right now on csgo, I bet you get a blatant spin botter or something similar in the open lobby. Do people still slip through? Yes of course. 100% isn’t necessary, just enough that other systems like bans and reporting can be effective. League has tons of scripters and macro users it’s true, xereth bots are for whatever reason pretty popular. But it’s better then it was, and continues to work reasonably on things that aren’t some kids saved macro on his gamer mouse.

People cry about this every time. The biggest of course being when steam did it. I just did a search and wow no surprise who has it, exactly who I expect . Valorant, pubg, fortnite, apex, R6 siege, tons more (325+).

Cheaters destroy games. They destroy the in game economy, they destroy the sense of achievement for hard to attain goals, they destroy any sense of fairness in ranked or competitive play. Game developers are allowed to protect against it. If you’re going to cry over arbitrary lines in the sand, that’s on you. The rest of us will continue to play.

I even write bots for popular games that I play so it’s not like I’m not disadvantaged by this either. You just need to find some actual conflict in your life and stop making this such a big issue. Will some anti cheat make a mistake and crash some machines or something inevitably? Yes for certain. But people will be fine, and they will get absolutely dragged on social media, gamer news outlets, etc. It’s a non issue.

Akuma,
@Akuma@pawb.social avatar

Ah yes, it’s a cat and mouse game so we should just stop trying huh? Maybe we should stop testing for doping in professional sports completely because people beat the test haha.

It’s a nice straw man you put up there. Nobody said to stop trying other than you. So far I’ve only been pointing out all the negatives that come with kernel-level anti-cheat software. The cat and mouse phrase was specifically used to demonstrate that the ongoing struggle leads to the need to update the anti-cheat software resulting in the potential for more bugs, in turn increasing the odds of running into security and stability problems. I’m arguing for other, less invasive anti-cheat measures which don’t put the end user under general suspicion and force them to grant absolute control over their system to a third party.

But while we’re at it, you raise a good point. Doping in professional sports is done only at a high level. If we were to compare kernel-level anti-cheat measures to doping tests: Imagine you join a tiny local sports club in the middle of nowhere. Not only would they require you to take doping tests, but they would also gain permanent entry to your home and install cameras and microphones everywhere, promising - fingers crossed - to only use their tools to see if you’re above board and not doping. Having a third party have permanent entry to your home and constant surveillance sure sounds like a big security risk to me, especially when you consider that their measures aren’t 100% safe and can breached and abused by malicious actors. And yes, that is the equivalent of what is happening to your computer.

To reiterate: I’m not saying to let cheaters be and stop anti-cheat measures altogether. I’m arguing for less invasive and less dangerous anti-cheat software. Since the next three paragraphs you wrote are all about arguing against the straw man you put up, I’m ignoring those.

I even write bots for popular games that I play so it’s not like I’m not disadvantaged by this either.

I’m not sure why you wrote that. You’re part of the problem you helped to create and suffer from it, too. Do you want sympathy for suffering the consequences of your own actions?

You just need to find some actual conflict in your life and stop making this such a big issue. Will some anti cheat make a mistake and crash some machines or something inevitably? Yes for certain. […] It’s a non issue.

At this point, we’re entering personal opinion territory. For me, it is a big issue. Handing a third party the keys to my kingdom for a game seems wildly ignorant and naive to me. However, a lot of people simply don’t know about kernel-level anti-cheat, what they are and how they work. So I’m here to provide information which people can use to decide for themselves if they’re fine with it or not. Personally, I value the privacy, security and stability of my system. You don’t and that’s fine. But I can still criticize the currently employed methods and hope to influence how things are done.

Simon,

It’s Gamespy round 2 (also, what an awful name for an authentication service)

Trollception,

GameSpy wasn’t an authentication service. It was a way to search for servers for games because the in game search usually sucked. When you launched the game from GameSpy it would simply send a command line argument with the IP address when calling the executable. Well that’s how it worked initially.

Simon,

It was indeed used as an authentication service. See Unreal Tournament 3

Trollception,

Unreal Tournament 3 was released nearly 10 years after GameSpy became a thing. The name made a lot of sense for the original purpose of the product, and it did amazing things for multiplayer games back in the 90s and early 00s.

Simon,

TMYK

Gestrid,

🌈⭐

FiniteBanjo,

Honestly, they also enshitified it at launch by shipping alongside a rootkit.

Zuberi,
@Zuberi@lemmy.dbzer0.com avatar

I’m out of the loop. What rootkit was it shipped with/as?

FiniteBanjo,

The Helldiver 2 game shipped with a kernel level anticheat software, which is proven to be potentially harmful to player’s computers but fairly ineffective against preventing cheating/hacking. The concept behind it is that a program that runs when your computer starts up with the highest level of privileges can see everything that the user is running which could hypothetically help the devs blacklist problematic programs that they’re already aware of.

charonn0,
@charonn0@startrek.website avatar

Most people, I think, don’t even know what a rootkit is, so why should they care about it?

-Sony representative, November 2005

figaro,

The thing is, they are right

FiniteBanjo,

They’re correct but they’re not morally right, yes.

figaro,

Agreed

cordlesslamp,

And people are still buying and installing it in their computer? I don’t care if it’s the best game in the history of mankind, if it’s require kernel level access, it ain’t gonna be on my PC.

adam,

On Linux the anti-cheat does not run at kernel level.

But knowing Sony they’re going to decide to disallow Linux.

paddirn,

The decade of epic face-plants continues. Countries, Fortune 500 companies, Billionaires, you name it, they’re all fucking up big time in the stupidest ways possible.

Coreidan,

Good. They are all toxic parasites who offer nothing to society.

intensely_human,

Right. None of your life depends on Fortune 500 output 🙄

Coreidan,

Not a good thing

Socsa,

Sony has been fucking over the AAA gaming market for at least 20 years now.

Dasus,

But this one sure was a doozy.

Zehzin,
@Zehzin@lemmy.world avatar

Hey that’s a little unfair, they’ve also fucked the music and movie industries.

kworpy,

Not sure how no one saw this coming. Every multiplayer game that uses malw- kernel level anti-cheat WILL inevitably be enshittified. This one is a reminder that not even the most beloved of games are safe.

finishsneezing,

Why do you think no one saw this coming? This is a reaction to enshittification, isn’t that a good thing?

KittyCat,

All of you playing on a pc already installed the insane rootkit of drm that it comes with, idk why any of you would complain about linking a sony account.

That drm is why I only got it on ps5, at least there its not on my pc.

k5nn,

that ps plus subscription where I’m from is too hard to swallow with the fx rate now heading to the 60:1 lvl

KomfortablesKissen,

Because they understand “subscription”, but not " rootkit" or “drm”

Zoot,
@Zoot@reddthat.com avatar

Does installing it on Linux not negate this problem significantly?

KomfortablesKissen,

It reduces the risk significantly, but does not negate it completely

kworpy,

Especially if you’re one of the people complaining about the PSN data breaches… My brother in christ you’re cool with having malware by definition from an insanely shady korean company on your computer.

scutiger,

It’s not just about security. It’s also about half of the countries in the world not being able to have a PSN account. Anyone in those countries who bought the game can no longer play the game they bought. I’m sure there are a lot of people who don’t otherwise care about the DRM who are going to be locked out of their game.

Panda,

Serious question, but why can’t they have an account? Is it blocked or something?

mihor,
@mihor@lemmy.ml avatar
Panda,

Ah I see! Thanks for sharing!

Adm_Drummer,

PSN does not provide service in those countries.

pascal,

Half the countries in the world: Russia and probably Philippines.

Zoot,
@Zoot@reddthat.com avatar

You speak so high and might as if its incomprehensible that someone might enjoy this on say, a Steam Deck? Where that risk is significantly mitigated. It was entirely optional to have Sony at the start, its unacceptable that has changed.

unreasonabro,

I mean this pic is beyond epic.

cumskin_genocide,

I think it’s an AI image.

mstrk,

it is

dellish,

Nah… the guy is just walking on water. Perfectly normal behaviour (assuming he’s Jesus)

ThunderclapSasquatch,

Gators barely sink in and those boots are as thick as he is

brucethemoose,

Speaking as a Floridian/Southerner and an AI worker… it is almost certainly not, lol.

Syrc,
boatsnhos931,

Isn’t this from one of the new GTA trailers?

iterable,
@iterable@sh.itjust.works avatar

I mean if it is a choice between using a Sony account and using nProtect. Would choose Sony account but needing both is a little overkill.

Thcdenton,

I’ve quit riot, blizzard, ea, activition, ubisoft, and now sony. There are so many incredible games to play out there and I don’t need to waste my time with publishers I can’t trust.

FiniteBanjo,

FR FR, I love that I can really associate with a lot of my peeps here on this topic.

Jax,

You’ll be back for Bloodborne remastered and Bloodborne 2.

You’ll all be back.

techt,

Back to my PS4 maybe

Kystael,

From software is ok tho

Jax,

Bloodborne is sonys ip, from doesn’t own it :(

Default_Defect,
@Default_Defect@midwest.social avatar

I’m just waiting for them to majorly fuck up too. It’ll result in the most deliciously sweet tears. A lot of fromsoft fanboys are scum.

Coreidan,

Nooooooope

OsaErisXero,

Hoist the colors, yo ho

  • All
  • Subscribed
  • Moderated
  • Favorites
  • helldivers2@lemmy.ca
  • kavyap
  • InstantRegret
  • ethstaker
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • thenastyranch
  • Youngstown
  • tacticalgear
  • slotface
  • Durango
  • khanakhh
  • rosin
  • everett
  • Leos
  • vwfavf
  • normalnudes
  • osvaldo12
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ngwrru68w68
  • anitta
  • provamag3
  • tester
  • modclub
  • megavids
  • JUstTest
  • All magazines