Displaying 13 results from an estimated 13 matches for "mudongliang".
2015 Sep 02
3
llvm cfi
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...
2015 Aug 29
2
LLVM compiling
Why are there two ways to compile LLVM?
make and cmake!
What's the difference of those two ways?
- mudongliang
2015 Sep 01
5
llvm cfi
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150901/c217604a/attachment.html>
2015 Nov 30
3
difference with autotools, cmake and ninja building methods
...;
> When I see one book about llvm and choose the building method
> between autotools, cmake, and ninja building methods, I was confused.
> Is there any link about this content?
> Thanks for reply.
>
> --
> My best regards to you.
>
> No System Is Safe!
> mudongliang
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
--
My best regards to you.
No System Is Safe!
mudongliang
2015 Nov 30
2
difference with autotools, cmake and ninja building methods
When I see one book about llvm and choose the building method
between autotools, cmake, and ninja building methods, I was confused.
Is there any link about this content?
Thanks for reply.
--
My best regards to you.
No System Is Safe!
mudongliang
2015 Jul 17
7
[LLVMdev] how to transform elf binary to llvm IR?
I want to transform elf binary to llvm IR, and do some instrumentation
based on llvm.
Is there any tool which can do the transformation?
Thanks in advance.
- mudongliang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150717/abee5f23/attachment.html>
2015 Aug 29
2
LLVM compiling
...example , there are
two files : CMakeLists.txt and Makefile in llvm/lib/Transfroms/Hello.
I want to add my testing Pass in lib for testing. I should prepare two
files according to the way you compile.( Makefile : autotools ,
CMakeLists.txt : cmake)
Please correct me if what I say are wrong.
- mudongliang
Please someone correct me if I am wrong but the autotools build will be
> deprecated soon
> so I suggest you use cmake when building
>
> Kind Regards
> Martell
>
> On Fri, Aug 28, 2015 at 9:18 PM, mudongliang via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
&g...
2016 Mar 01
0
How to write a simple MachineFunctionPass
...> Thanks,
> Bala
> IIITA Allahabad
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
--
My best regards to you.
No System Is Safe!
mudongliang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160301/d1f83eb5/attachment.html>
2016 Mar 01
2
How to write a simple MachineFunctionPass
Hello everyone,
I have written simple LLVM passes, but I cannot able to write a
MachineFunctionPass pass.
I am following the steps form the following link but it is not working:
http://www.gabriel.urdhr.fr/2014/09/26/adding-a-llvm-pass/
Please share the sample MachineFunctionPass code or steps to follow to
write MachineFunctionPass.
Thanks,
Bala
--
Thanks,
Bala
IIITA Allahabad
--------------
2015 Jul 17
2
[LLVMdev] how to transform elf binary to llvm IR?
...3D2462165&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=PMWV93YoHpzwPfOq-d9rjutlZ5ICwU8uIp3HLShT_D0&s=rpl0PCuoy_iecIKs3lz3F0nGYQYw1J1cqTapvfLsceo&e=>
>
>
>
> Shuai
>
>
>
> On Fri, Jul 17, 2015 at 3:09 AM, 慕冬亮 <mudongliangabcd at gmail.com> wrote:
>
>> I want to transform elf binary to llvm IR, and do some instrumentation
>> based on llvm.
>> Is there any tool which can do the transformation?
>> Thanks in advance.
>>
>> - mudongliang
>>
>> ____________________...
2015 Dec 01
4
difference with autotools, cmake and ninja building methods
2015-12-01 1:20 GMT+08:00 Chris Bieneman <beanz at apple.com>:
>
> On Nov 29, 2015, at 9:09 PM, 慕冬亮 <mudongliangabcd at gmail.com> wrote:
>
> 2015-11-30 12:58 GMT+08:00 Chris Bieneman <beanz at apple.com>:
>
> The autotools build system is officially deprecated and will be removed in a
> future release.
>
> CMake is the recommended configuration system, but it is only a
> conf...
2015 Sep 01
2
llvm cfi
...ttacks.
> is an active area of research. My students and I are working to devise
> methods of evaluating defenses, but as the work is in its very early
> stages, that's all I can say about it at present.
>
> This is an interesting topic I think.
Thank you for your reply.
- mudongliang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150901/09ae4821/attachment.html>
2015 Oct 13
2
how to monitor read operation to special memory blocks?
...e any way to monitor read operation to some special blocks?
For example, I have a memory block from A1 to A2 to protect. Any read
operation to the address between A1 and A2 will be caught.
And I can return other values, not true values to them or just report
errors about this read operation.
- mudongliang