this post was submitted on 27 Aug 2024
41 points (91.8% liked)

Linux

47321 readers
704 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

hi ik wine can translate userspace calls but i wonder if its possible to translate windows kernel level calls to linux ones (eg,kernel level anticheat,etc)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 3 weeks ago (9 children)

then if it translates kernel calls why cant some kernel level anticheat run

[–] [email protected] 67 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

Anticheat isnt solely about kernel calls. Anticheat systems, depending on what one you are referring to, will inspect runtime memory, data loaded into RAM. It will do a number of things to verify memory isn’t being modified (which cheat engines, among other things, need to do).

Simply, Wine and linux load applications differently, anticheat systems see the difference and assume something nefarious is going on.

Its not as simple as just running anticheat in wine.

edit some additional info from a pretty old article

https://www.theverge.com/2021/10/5/22709918/valve-steam-deck-supported-games-anti-cheat-proton-eac-battleye-epic

[–] [email protected] 17 points 3 weeks ago (2 children)

oh i thought its just translating the anti cheat calls,ty for the detailed explination

[–] [email protected] 29 points 3 weeks ago (1 children)

sadly, no. Anticheat Systems are designed to be paranoid as fuck. So even some readout of the hardware used that WINE handles a tad differently than Windows might trip it.

[–] [email protected] 5 points 3 weeks ago

oh yeah some anticheat can ban you for playing games on your pc

load more comments (5 replies)