search for: af7e135c

Displaying 1 result from an estimated 1 matches for "af7e135c".

2016 Dec 29
1
Static analysis on TCP/IP stack
Hi I hope this is the right mailing list to ask some questions related to the llvm. I am new to llvm and I decided to use llvm to conduct static analysis of the linux kernel( mostly on the TCP/IP stack). One thing is that whether llvm support static taint analysis. Could you please give me some examples if you have or do I have to implement it by myself. If so, any suggestions available? My