Is it possible to translate windows kernel calls to linux ones
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)
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
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.
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.
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.