上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 79 下一页
摘要: ## Abstract 本文: 工具: punstrip 任务:恢复stripped binary的函数名称 方法:基于特征工程的probabilistic fingerprint with a probabilistic graphical model来学习函数名称于程序结构之间的关系 实验: 数 阅读全文
posted @ 2023-06-22 07:53 雪溯 阅读(14) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文: 工具:DEGUARD 任务:reversing layout obfuscation(重命名class, package和method) 具体包括 1. reverse the layout obfuscation 2. 预测APKs引用的库 3. 重命名程序中的一些 阅读全文
posted @ 2023-06-22 07:52 雪溯 阅读(11) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 背景: 逆向工程的挑战:stripped binary中语义信息很少,且不同的代码优化为assembly code patterns带来了很大差异 本文: 工具: Nero 方法:使用静态分析获取call sites的特征,结合control-flow graph中的call 阅读全文
posted @ 2023-06-22 07:51 雪溯 阅读(15) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文:探索LLM在source code上pretrain时的subtokenization效果。 subtokenization: split long tokens into smaller subtokens, in order to ensure the relati 阅读全文
posted @ 2023-06-22 06:16 雪溯 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 本文: 方法:直接从伪代码中利用多数tokens,以此节约计算代价 步骤: 1. Copy: 使用二分类来决定哪些pseudocode tokens to be masked,以便直接使用 2. Generate: 使用Seq2Seq来生成masked PL code 3. 阅读全文
posted @ 2023-06-21 00:13 雪溯 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 背景: 1. decompilers难以恢复注释、variable names, custom variable types 本文: 工具:DIRTY((DecompIled variable ReTYper) 方法: postprocesses decompiled fil 阅读全文
posted @ 2023-06-20 08:44 雪溯 阅读(12) 评论(0) 推荐(0) 编辑
摘要: ## Abstract 方法:4维分类 研究对象: - 19 pre-trained model - 13 SE tasks 阅读全文
posted @ 2023-06-20 02:06 雪溯 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1. intro Blockchain community防范scam attack措施 包含malicious domains的开源数据库,例如CryptoScamDB和EtherScanDB 多半是使用crowd-sourcing based approach搜集,例如受害者报告 本文探究 th 阅读全文
posted @ 2023-04-16 08:50 雪溯 阅读(44) 评论(0) 推荐(0) 编辑
摘要: Abstract 背景:由于开销过大,目前的sanitization-enabled builds一般不会发布 本文:PartiSan 方法:run-time partitioning technique 阅读全文
posted @ 2023-03-29 17:18 雪溯 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 1. Intro Monte Carlo Tree Search (MCTS) is a decision-making algorithm that consists in searching combinatorial spaces represented by trees. In such t 阅读全文
posted @ 2023-01-11 00:40 雪溯 阅读(25) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 79 下一页