News Score: Score the News, Sort the News, Rewrite the Headlines

Decompiling the GPL violated Linux kernel using Evolutionary Algorithms

TLDR: We want to decompile a binary code, into the byte equivalent C code. We look at this from an optimization viewpoint. We have a generated C code(or AST) and we want to optimize it so when we compile it, it is equivalent to the binary code, byte by byte. And I think it’s better to use a population based optimization metaheuristic to do this. Such as Genetic Programming.Requirements to understand this postThe idea I’m writing about is very deep. You need to know the current problem we have ab...

Read more at far.chickenkiller.com

© News Score  score the news, sort the news, rewrite the headlines