会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
雪溯
总之心情不好的话大概就会来这边做两道OJ,此处顺便储存部分笔记
开启论文记录化工程中,会陆续把已经读过的论文转化为笔记存下来
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
23
24
25
26
27
28
29
30
31
···
79
下一页
2021年11月21日
Proj THUDBFuzz Paper Reading: Graph-Based Seed Object Synthesis for Search-Based Unit Testing
摘要: Abstract 解释Search-based software testing(SBST)(突出了衡量到coverage goal的距离度量的重要性) SBST的距离度量和搜索操作符(search operators)非常重要 问题: 已有方法难以应付object inputs,因为此时很难再进行
阅读全文
posted @ 2021-11-21 04:33 雪溯
阅读(66)
评论(0)
推荐(0)
编辑
Proj AutoWriter Paper Reading: Evaluating Large Language Models Trained on Code
摘要: Abstract rt
阅读全文
posted @ 2021-11-21 04:29 雪溯
阅读(115)
评论(0)
推荐(0)
编辑
2021年11月11日
Proj THUDBFuzz Paper Reading: Nyx-Net: Network Fuzzing with Incremental Snapshots
摘要: PDF https://arxiv.org/pdf/2111.03013.pdf Abstract 1-2:背景:fuzz有用,但是测试网络服务还难 3 本文: NYX-NET:基于snapshot的fuzzing方法 特点:可fuzz的对象非常多,包括服务端、游戏、客户端、IPC服务 效果: 在M
阅读全文
posted @ 2021-11-11 19:32 雪溯
阅读(516)
评论(0)
推荐(0)
编辑
2021年11月8日
Proj THUDBFuzz Paper Reading: RESTler: Stateful REST API Fuzzing
摘要: Abstract 工具: RESTler 功能: 分析API说明并生成请求sequence 方法:1. inferring dependencies among request types declared in the Swagger specification (e.g., inferring
阅读全文
posted @ 2021-11-08 02:20 雪溯
阅读(99)
评论(0)
推荐(0)
编辑
2021年11月7日
Proj THUDBFuzz Paper Reading: Static Program Analysis as a Fuzzing Aid
摘要: Github https://github.com/test-pipeline/Orthrus Abstract Fuzzing有效、成规模 无法全面测试控制流有很大差异的应用,比如firewalls和网络包分析器 本文: 静态分析指引已有程序模型 前提:代码模式反映了输入的数据模式 本文方法:通过
阅读全文
posted @ 2021-11-07 20:57 雪溯
阅读(50)
评论(0)
推荐(0)
编辑
2021年11月5日
Proj THUDBFuzz Paper Reading: Matching Consecutive Subpatterns Over Streaming Time Series
摘要: Abstract 问题: 低时延情况下的模式匹配 与传统问题的不同:单个模式可包含多个与现实物理关系有关的子模型 问题: consecutive subpattern matching 允许用户指定一个模式,该模式有多个子模式,子模式每个都可以有不同的阈值 提出解决方案:Equal-Length B
阅读全文
posted @ 2021-11-05 16:57 雪溯
阅读(35)
评论(0)
推荐(0)
编辑
2021年11月4日
Proj THUDBFuzz Paper Reading: DIFUZE: Interface Aware Fuzzing for Kernel Drivers
摘要: PDF https://acmccs.github.io/papers/p2123-corinaA.pdf Github https://github.com/ucsb-seclab/difuze Abstract P1: 1-2 Device Driver重要、数目多 3 安全问题(suscept
阅读全文
posted @ 2021-11-04 00:06 雪溯
阅读(91)
评论(0)
推荐(0)
编辑
2021年10月19日
Proj THUDBFuzz Paper Reading: A framework for testing DBMS features
摘要: Abstract 测试DBMS特性需要控制query execution plan中的输入、输出,而输入、输出又依赖于数据库本身,因此十分麻烦。 本文:框架QAGen 包含database generator,能够生成满足test queries要求的数据库 其他工具,用于自动化test case构
阅读全文
posted @ 2021-10-19 21:55 雪溯
阅读(39)
评论(0)
推荐(0)
编辑
2021年10月14日
Proj KaggleNLU Paper Reading: Unsupervised Cross-lingual Representation Learning at Scale
摘要: Github (https://github.com/facebookresearch/fairseq, https://github.com/facebookresearch/pytext) https://github.com/facebookresearch/XLM.git Abstract
阅读全文
posted @ 2021-10-14 14:01 雪溯
阅读(46)
评论(0)
推荐(0)
编辑
2021年9月11日
Proj THUDBFuzz Paper Reading: PULSAR: Stateful Black-Box Fuzzing of Proprietary Network Protocols
摘要: Abstract 协议安全重要性 当协议规范和程序代码都难以获得时,找bug有困难 本文: 自动协议逆向工程+fuzz testing 主要步骤:观察协议流量,推测生成模型 效果:能有效地探索协议状态空间 实验:两个case studies 1. Intro P1: 协议安全重要性 P2: 已有工作
阅读全文
posted @ 2021-09-11 23:19 雪溯
阅读(430)
评论(0)
推荐(0)
编辑
上一页
1
···
23
24
25
26
27
28
29
30
31
···
79
下一页
公告