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)

73 points
*

Wine does translate kernel calls. Perhaps youre misunderstanding how that is then exposed?

Wine translates windows calls (including system level/kernel level) but exposes/implements in userspace on linux.

It doesn’t only do windows userspace to linux userspace

Its a design decision from the wine team to not build it as a kernel module and to instead implement as an application in userspace

Have a read here https://werat.dev/blog/how-wine-works-101/

permalink
report
reply
4 points

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

permalink
report
parent
reply
67 points
*

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

permalink
report
parent
reply
17 points

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

permalink
report
parent
reply
7 points

Also, (and this is from security research articles here) most kernel level anticheats seem to focus more on datamining than anticheat (see: anything from tencent)

Its so bad that a lot of corporate environments ban any work being done on machines that also have them installed (source: my employer)

Over time more and more anricheat companies have realised that personal data is gold and they are harvesting more and more of it.

Just read the eula some time. Most of it state in plain english that they send files from your documents, take screenshots and log keys.

And we give them kernel access…

permalink
report
parent
reply
3 points

if any anti cheat datamines my data i am prob not playing that game

permalink
report
parent
reply
3 points
*

Because it is in user space not kernel space. Also Linux uses a monolithic kernel (no separate space for drivers)

permalink
report
parent
reply
1 point

oh

permalink
report
parent
reply
10 points

If you wanted to support all possible drivers, you would basically need to rewrite the entire kernel. You could make one specific anticheat work by supporting its specific calls, but this will take a lot of work, and will probably be broken with the first ever update.

In the past there were projects that supported specific types of drivers, such as ndiswrapper, but that had a very limited scope.

Here’s also an answer to a similar question: https://unix.stackexchange.com/questions/544776/installing-proprietary-windows-drivers-on-linux

permalink
report
reply
1 point

oh alr ty

permalink
report
parent
reply
8 points

WINE loads the executable binary data into the memory, and runs it. The Machine doesn’t care if the code was made for Windows or Linux when it runs it

permalink
report
reply
5 points

The funny thing here is that Microsoft did a very good job in WSL v1 doing the exact opposite. Unlike Windows apps that run all broken under Wine, running GUI app on WSL worked just fine.

permalink
report
reply
19 points

They really did do a good job. The difference is that they have access to documentation about Linux that wine doesn’t have about Windows.

permalink
report
parent
reply
2 points

That’s more or less what a virtual machine does. And I bet cheating programs do as well.

permalink
report
reply

Linux

!linux@lemmy.ml

Create post

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

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

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

Community stats

  • 7.5K

    Monthly active users

  • 6.6K

    Posts

  • 180K

    Comments