上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 79 下一页
摘要: ![](https://img2020.cnblogs.com/blog/660274/202104/660274-20210424191605400-783518272.jpg) ![](https://img2020.cnblogs.com/blog/660274/202104/660274-20210424191806668-1921215792.jpg) ![](https://img20 阅读全文
posted @ 2021-04-24 19:19 雪溯 阅读(57) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/660274/202104/660274-20210424191131466-244498343.jpg) ![](https://img2020.cnblogs.com/blog/660274/202104/660274-20210424191132244-1107780027.jpg) 阅读全文
posted @ 2021-04-24 19:12 雪溯 阅读(69) 评论(0) 推荐(0) 编辑
摘要: github https://github.com/ksw0306/ClariNet Note 阅读全文
posted @ 2021-04-24 18:59 雪溯 阅读(61) 评论(0) 推荐(0) 编辑
摘要: Notes 4 LLstar Parsers ANTLR使用语义predicate来实现语法predicate 在确定具体走哪个分支之前,ANTLR不会执行action和语法predicate这种可能有后效性的代码块。对于必须要在推测,也即执行DFA推断的时候就加载的代码块,antlr3提供了语法{ 阅读全文
posted @ 2021-04-24 17:53 雪溯 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Hello, World import org.stringtemplate.v4.*; ... ST hello = new ST("Hello, <name>"); hello.add("name", "World"); System.out.println(hello.render()); G 阅读全文
posted @ 2021-04-23 21:16 雪溯 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Github https://github.com/ZhangZhuoSJTU/StochFuzz Abstract 背景: 对stripped binaries进行fuzzing很困难,要么做出不切实际的假设,比如程序没有inlined data,要么使用硬件或者昂贵的动态二进制翻译引擎,比如QE 阅读全文
posted @ 2021-04-20 18:24 雪溯 阅读(220) 评论(2) 推荐(0) 编辑
摘要: github https://github.com/AFLplusplus Abstract 本文: AFL++ 特点: community-driven open-source tool 方法: 例如提供了Custom Mutator API 本文其它贡献: 对一些现有的fuzzing方法做了探究 阅读全文
posted @ 2021-04-19 15:32 雪溯 阅读(415) 评论(0) 推荐(0) 编辑
摘要: rt 阅读全文
posted @ 2021-04-18 16:41 雪溯 阅读(89) 评论(0) 推荐(0) 编辑
摘要: Abstract 背景: greybox fuzzing 使用广泛,但是很难到达在checksum、网络包分析和图像视频处理器中常见的,由深度嵌套的条件所限制的分支。 本文:提出Matryoshka 主要方法: 识别在控制流图上与目标条件语句相关的全部条件语句 对这些conditional stat 阅读全文
posted @ 2021-04-18 16:37 雪溯 阅读(87) 评论(0) 推荐(0) 编辑
摘要: rt 阅读全文
posted @ 2021-04-18 16:36 雪溯 阅读(57) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 79 下一页