[llvm-dev] llvm cfi

慕冬亮 via llvm-dev llvm-dev at lists.llvm.org
Tue Sep 1 19:56:17 PDT 2015


Ask a simple question :
I svn checkout compiler-rt in llvm/project. And I compile llvm through
cmake.
How can I make for all those testing files?
make test?
    - mudongliang

2015-09-02 0:58 GMT+08:00 Kostya Serebryany <kcc at google.com>:

> 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/20150902/903bbb6f/attachment.html>


More information about the llvm-dev mailing list