论文阅读: Harnessing the Power of LLM to Support Binary Taint Analysis
今天分享一篇来自ACM (Transactions on Software Engineering and Methodology) 的一篇文章, 本篇文章是当时首个在二进制污点静态分析系统上使用LLMs协助来查找漏洞的研究. LLMs善于语义理解, 模式匹配和预测, 并且泛化能力强, 运用到漏洞检查领域潜力巨大.
今天分享一篇来自ACM (Transactions on Software Engineering and Methodology) 的一篇文章, 本篇文章是当时首个在二进制污点静态分析系统上使用LLMs协助来查找漏洞的研究. LLMs善于语义理解, 模式匹配和预测, 并且泛化能力强, 运用到漏洞检查领域潜力巨大.
Updating
The problem: /mnt/hgfs does not show shared folders My newly installed Ubuntu-22.04 on VMware does not show shared folders in /mnt/hgfs directory, though the target folder Desktop has been set, so...
This article’s aim is to generally explain what sections and segments are in an ELF file on x86-64 GNU/Linux and how they are mapped to memory. It’s a good practice to understand ELF file structure...
拥有公网IP的服务器接入
ACTF 2025 reverse engineering challenges
A record for some approaches tackling VM challenges
NCTF 2025 writeup
Alias: Sh10l (个人赛事) Status: re -1; crypto 1; misc 2; Rank: 2 signin 硬件断点反调试 CRC校验——分别生成从main开始的四块CRC值: 输入flag长度43,取36字节为FlagBody传入XXTEA 不断调试: 这四个CRC值作为Key传入XXT...
Alias: Sh10l (个人赛事) Status: re ak; crypto 2; misc 4 Compress dot new 了解下哈夫曼编码, 使用脚本解压: import json class HuffmanDecoder: def __init__(self, tree_json): self.root = json.loa...