From time to time, I encounter an article about how a company (eg:Skype) has violated GPL, but I've always wondered ¿how can one tell if a certain software is a modified version of a GPL one? ¿Which techniques are used to reverse engineer said software?

link|improve this question

57% accept rate
feedback

1 Answer

up vote 1 down vote accepted
  1. Determine that they are using GPL'd code in their product. Generally by getting them to admit it, by running a feature of that code that identifies itself, by industrial espionage, or however else you can manage it.
  2. Ask them for the rest of the code. This is important because there is no violation unless and until they refuse the request.
  3. ???
  4. Profit.
link|improve this answer
Thanks dmckee. However, I was aiming more on the technical side, not as much on other "mundane" methods (unless of course this is the only way). – Gastón Nov 11 '10 at 19:31
1  
@Gastón The point is that this is primarily a legal problem. You have to demonstrate that they used covered source code, which means that a disassembly based technical solution can't be better than circumstantial evidence. Maybe that'll get you to discovery, maybe not. – dmckee Nov 11 '10 at 19:36
I see...¿And would make someone suspicious of such an infringement? Say, I could spend my whole life using Skype and never even dream that they would be using GPL'ed code. Or perhaps it's just that those who find out happen to have some knowledge on the matter? – Gastón Nov 11 '10 at 23:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.