So I’m talking about playing previously Windows-only games on Linux, e.g. via proton.
I don’t know about the libraries etc that are used - is it possible for Microsoft to use some legal voodoo, for example, to suddenly end it all, and make the use of their libraries illegal (if they belong to Microsoft in the first place)?
Or could there be other ways of interference?
Proton is built on top of wine for windows compatibility. The wine project has been very careful to independent build its compatible versions of libraries. There should be no Microsoft code in wine.
deleted by creator
Microsoft knows that if they start tampering with that they will get into all kind of shit antitrust wise. Proton is a pretty small project from their perspective, so it’s really not worth the risk and/or public backlash.
deleted by creator
Sure, but Microsoft has since contributed a lot to Linux and other open source projects. That’s not me saying “oh they’ve changed!”, that’s me saying they’ve made it significantly harder on themselves to bring legal action against because they’ve publicly endorsed and supported the project for so long.
Whatever legal arguments they tried in the past that failed are even weaker now.
There are techniques to insulate the codebase. For example, you can have one person read the actual leaked code, explain the data structures and algorithms at a high level to a developer, then have the developer implement that logic themselves based only on what they understood from the explanation. I believe this is known as clean-room reverse engineering.