上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 79 下一页
摘要: Abstract Task: ⽤于确定给定应⽤程序的最坏情况的近似值 思路:to look for an input pattern rather than a concrete input that max the asymptotic resource usage 寻找输入的一种模式,而不是仅仅 阅读全文
posted @ 2022-05-25 01:12 雪溯 阅读(30) 评论(0) 推荐(0) 编辑
摘要: Abstract 任务:an algorithmic traffic generation platform that enables analysis and testing at scale. 本文:FAUSTA 功能: ⽀持多种⽤例,例如可靠性测试、隐私分析和性能回归 它⽬前⽀持三种不同的算法 阅读全文
posted @ 2022-05-22 03:16 雪溯 阅读(45) 评论(0) 推荐(0) 编辑
摘要: Abstract 本文内容: 总结了malware detection, malware analysis, adversarial malware, and malware author attribution, ml + machine learning相关研究 1. Intro 值得注意的是, 阅读全文
posted @ 2022-05-20 00:16 雪溯 阅读(32) 评论(0) 推荐(0) 编辑
摘要: Abstract 背景:prototype pollution,原型污染漏洞(通过原型链传递prototype)可攻击类似Object.prototype这一类的object并导致XSS、Cookie泄露。 本文:工具:PROBETHEPROTO 目的:第一个大规模分析原型污染的工具,回答了原型对象 阅读全文
posted @ 2022-05-12 22:24 雪溯 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Abstract Task: 发现网络程序中的PHP Remote Command/Code Execution漏洞 方法:静态动态结合,静态污点分析获取潜在的RCE信息,动态验证漏洞 实验:1. 显著提高效果 2. 在10个Web CMS中发现了13个漏洞 阅读全文
posted @ 2022-05-12 19:26 雪溯 阅读(68) 评论(0) 推荐(0) 编辑
摘要: Abstract 本文目的: incorporating feedback obtained from executing test inputs as they are created 方法:随机选择一个方法来调用。调用时的参数来自之前已经构建好的输入。输入接着根据一个contract和filte 阅读全文
posted @ 2022-04-29 14:38 雪溯 阅读(35) 评论(0) 推荐(0) 编辑
摘要: Abstract 目的:systematically review and analyze the gaps between the entire input space and the defect space as well as their solutions 脉络 1. Intro 指出了3 阅读全文
posted @ 2022-04-25 18:05 雪溯 阅读(106) 评论(0) 推荐(0) 编辑
摘要: Abstract 任务:管理基于对象的异构存储系统中的数据分布 本文:Hierarchical consistent hashing, HiCH,分层一致性哈希 方法: HiCH 将异构存储设备划分为不同的桶,并为每个桶应用单独的一致哈希环。 它根据热度、访问时间和其他数据访问模式将数据放入各种散列 阅读全文
posted @ 2022-02-20 20:36 雪溯 阅读(25) 评论(0) 推荐(0) 编辑
摘要: Abstract 挑战:现有的数据复制方案还没有很好地考虑异构存储设备的独特特性,这可能导致性能欠佳。 方法:一种新的数据复制方案,Pattern-directed Replication Scheme, PRS 特点: PRS 有选择性地复制数据对象,并根据其特性将副本分发到各种存储设备。 通过计 阅读全文
posted @ 2022-02-20 20:26 雪溯 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Abstract 背景:Hidden dependencies of structurally unrelated but over time logically coupled files exhibit a high potential to illustrate feature evoluti 阅读全文
posted @ 2022-02-17 20:44 雪溯 阅读(21) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 79 下一页