摘要:
Feasible and Realizable Paths Given a path, determine whether it is feasible is, in general, undecidable. Realizable Paths: The paths in which “return 阅读全文
posted @ 2021-01-28 19:26
雪溯
阅读(252)
评论(0)
推荐(0)
摘要:
Soundness & Soundiness Soundness: the analysis captures all program behaviors, or the analysis result models all possible executions of the program • 阅读全文
posted @ 2021-01-28 19:24
雪溯
阅读(107)
评论(0)
推荐(0)
摘要:
Motivation 目的:套用数理逻辑思路 Datalog:声明式语言(这里需要和c++这种命令式语言做出区别),简洁,可读性,易于实现。 Intro-Datalog Datalog是Prolog的子集,在1980年代作为database language出现。 Datalog program = 阅读全文
posted @ 2021-01-28 18:37
雪溯
阅读(284)
评论(0)
推荐(0)
摘要:
Information Flow Security 跟踪程序中的信息流,确保全部信息都妥帖处理了 更关注信息传递。 与指针分析的关系 它与指针分析有相似之处,所以有taint analysis方法 Security Level 明显,程序中的变量(信息)有不同的安全等级,比如two-level po 阅读全文
posted @ 2021-01-28 17:07
雪溯
阅读(189)
评论(0)
推荐(0)