中文译名:revery: 从概念验证到可利用 作者:Yan Wang 单位:IIE 国家: #中国 年份: #2018年 来源: #ccs 关键字: #AGE #fuzzing 代码地址: 笔记建立时间: 2023-05-17 14:32 #TODO
ABSTRACT
- exploitable states do not always exist in crashing paths
- existing solutions heavily rely on symbolic execution and not scalable in path exploration and exploit generation
- few solutions could exploit heap-based vulnerabilities
- Revery can search exploitable statess in paths divering from crashing paths and generate control-flow hijacking exploits for heap-based vulnerabilities.
- a layout-contributor digraph
目的: 方法: 意义: 效果: