Decompiling the GPL violated Linux kernel using Evolutionary Algorithms
far.chickenkiller.com
Decompiling the GPL violated Linux kernel using Evolutionary Algorithms
1–10 of 16 posts
Re: Decompiling the GPL violated Linux kernel using Evolutionary Algorithms
#2Re: Decompiling the GPL violated Linux kernel using Evolutionary Algorithms
#3Re: Decompiling the GPL violated Linux kernel using Evolutionary Algorithms
#4Re: Decompiling the GPL violated Linux kernel using Evolutionary Algorithms
#5Would advise to first read the reverse engineering related work. Genetic programming is just a technique best used when everything else has failed :-)
Re: Decompiling the GPL violated Linux kernel using Evolutionary Algorithms
#6I'm having a really hard time parsing this title.
Re: Decompiling the GPL violated Linux kernel using Evolutionary Algorithms
#7Already deciding whether two finite automata decide the same (regular) language is PSPACE-complete; it's undecidable for anything that can decide arbitrary context-free languages (which C programs can clearly do).
Re: Decompiling the GPL violated Linux kernel using Evolutionary Algorithms
#8> Theoretically, we could also go for finding the semantically equivalent C code. However, last time I researched, checking semantic equivalency is a very complex problem. I think it was NP hard. Already deciding whether two finite automata decide the same (regular) language is PSPACE-complete; it's undecidable for anything that can decide arbitrary context-free languages (which C programs can clearly do).
Re: Decompiling the GPL violated Linux kernel using Evolutionary Algorithms
#9Re: Decompiling the GPL violated Linux kernel using Evolutionary Algorithms
#10I thought this would be an actual process, not a blog post with idle musings.