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
[–] 8 points 2 years ago

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

  • source