[llvm-dev] llvm cfi

Kostya Serebryany via llvm-dev llvm-dev at lists.llvm.org
Tue Sep 1 09:58:35 PDT 2015


Take a look at

clang.llvm.org/docs/ControlFlowIntegrityDesign.html
clang.llvm.org/docs/ControlFlowIntegrity.html

And the tests:
https://github.com/llvm-mirror/compiler-rt/tree/master/test/cfi

On Mon, Aug 31, 2015 at 7:43 PM, 慕冬亮 via llvm-dev <llvm-dev at lists.llvm.org>
wrote:

> I want to create an experiment to show the effectiveness of cfi :
> For example ,
> I first need a program with vulnerability so that we can hijack its
> control flow;
>
> then I enforce cfi of llvm and we can't hijack its control flow.
>
> Do you have any advice for me?
>
>     - mudongliang
>
>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150901/d7e01a65/attachment.html>


More information about the llvm-dev mailing list