|
|
|
|
|
by scott_s
5324 days ago
|
|
They say the performance penalty isn't huge, but I guess it must be enough if people aren't implementing it. There are other, social reasons why it may not be used. Academics are usually evaluated on published papers, so papers are often their end goal. Their code is usually proof-of-concept quality, not production quality. So it's not realistic to be able to take code written by academics and directly integrate it into real software stacks. And the people who are in a position to integrate new features into open source software stacks often have dozens of other features that are also important, so why work on this one? There really needs to be a champion for the idea in the already-existing community for that project. This work also has the secondary problem of cross-cutting concerns. In order to provide better security in the kernel, they're modifying the assembler. So now you need a champion who works in the assembler, but cares a lot about kernel security. Good paper, by the way. I've only read the intro, but I'm going to read the rest later. It looks to have a good primer on ROP. |
|
http://cseweb.ucsd.edu/~hovav/dist/geometry.pdf