Hacker News new | ask | show | jobs
by nitwit005 36 days ago
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.

1 comments

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.