Remix.run Logo
em-bee a day ago

they don't have to give explicit permission though, they just have to not disallow it (which an EULA could do, in the US at least)

nitwit005 a day ago | parent [-]

De-compilation isn't enough to avoid copyright infringement issues, and if there are patents involved, they can also be an issue.

You're always going to basically be stuck asking for permission, which is the essential intent of intellectual property law.

TekMol 13 hours ago | parent [-]

Which part of looking at the binary to understand how the device works and then writing a driver from scratch that talks to the device would violate copyright?

One would not have copy the implementation. Just use the binary to understand how the hardware device works. Like "Aha, it sends point data as x/y/pressure triplets, each being 16 bit values" etc.