clang上c%2fc%2b%2b过程间的分析

clang上c%2fc%2b%2b过程间的分析

ID:32254935

大小:2.98 MB

页数:62页

时间:2019-02-02

clang上c%2fc%2b%2b过程间的分析_第1页
clang上c%2fc%2b%2b过程间的分析_第2页
clang上c%2fc%2b%2b过程间的分析_第3页
clang上c%2fc%2b%2b过程间的分析_第4页
clang上c%2fc%2b%2b过程间的分析_第5页
资源描述:

《clang上c%2fc%2b%2b过程间的分析》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库

1、摘要程序静态分析不编译运行程序,而是对程序源代码进行分析以发现其中的错误。静态分析的目标不是证明程序完全正确,而是在程序运行前尽可能多地发现其中隐含的错误,提高程序的可靠性和健壮性。现有的C/C++程序的过程内分析已经发展得较为完善,而大部分C/C++程序安全漏洞却存在于过程之间的交互作用中,仅仅使用过程内分析技术无法检测这些漏洞,需要深入研究过程间静态分析的理论和技术。在传统的过程问分析技术和经典过程间漏洞发掘技术的基础上,针对函数调用拓扑序列的生成和函数本地分析路径的生成等问题提出了符合Clang架构的实现算法。对于函数调用序列,采用递归向下的分析方法,保证每个函数即

2、使被多次调用,函数体本身也只需分析一遍;对于本地分析路径,采用根据本地控制流图生成实际分析路径的方法,减少了路径分析的时间。基于LLVM编译架构以及Clang编译器设计并实现了一个过程问分析工具的原型SimplelPA。SimpleIPA通过递归算法创建控制节点,然后对每个函数进行本地分析,对于某些特殊语句则使用特定的处理算法,在本地分析结束后,采用模型生成算法产生函数摘要。实例分析表明,SimplelPA能够有效地发现过程间的安全漏洞。关键字:程序静态分析过程间分析漏洞发掘ClangAbstraetAbstractStaticanalysisdoesnotrunthep

3、rograms,butanalyzethesourcecodeinordertofindbugs.Thegoalofstaticanalysisisn’ttoprovethecorrectnessoftheprogram,tofindvulnerabilitiesasmanyaspossiblebeforerunningtheprogram,andthenimprovethereliabilityandrobustness.Nowadays,theintra-proceduralanalysisofC圮++programhasbeendevelopedverywell.M

4、ostofthevulnerabilitiesareduetotheinteractionsamongprocedurals,whereforeweneedtointensivestudytheoriesandtechniquesofinter-proceduralanalysis.Onthebasisoftraditionalinter-proceduralanalysisandinter-proceduralvulnerabilitydetection,someeffectivealgorithmsareputforwardforthegenerationofthef

5、unctioncallsequenceandlocalpaths.Thesealgorithmsaresuittotheframeworkofacompiler—Clang.Inthegenerationofthefunctioncallsequence,therecursivedownwardanalysisisused,whichensuresthatnomatterhowmanytimesthefunctionarecalled,thefunctionbodywillbeanalyzedonlyonce.Inthegenerationoflocalpaths,con

6、trolflowgraphintroducedforreducingthecostofpathanalysis.BasedonLowLevelVirtualMachineandthecompilerClang,aninter-proceduralanalysisprototypesystem—SimplelPAisdesignedandimplemented.SimpleIPAusetherecursivealgorithmtocreatethecontrolnodes,toanalyzeeveryfunction.Andthenusethemodelgeneration

7、algorithmtogeneratefunctionsummary.Theexperimentresultsshowthat,SimplelPAcaneffectivelydetecttheinter-proceduralvulnerabilities.KeyWords:staticanalysis,IPA,vulnerabilitiesdetection,ClangII图目录图2.1软件开发周期中的安全实践⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯..6图3.1静态分析流程⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯.12图3.2PREfix流程框架图⋯⋯⋯⋯

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。