摘要
简单介绍了几种计算机程序中常见的缓冲区溢出漏洞。然后介绍一种通过反汇编Linux的ELF可执行程序并进行分析查找其中缓冲区溢出漏洞的方法。
This article explains briefly the principles of several buffer overflow vulnerabilities in computer programs, then it introduces a method of how to find and analyze them in Linux executable ELF files by disassembling the files.
出处
《计算机应用与软件》
CSCD
北大核心
2007年第7期96-97,102,共3页
Computer Applications and Software
关键词
缓冲区溢出漏洞
栈溢出
格式化串漏洞
堆溢出
反汇编
Buffer overflow vulnerabilities Stack overflow Format string vulnerabilities Heap overflow Disassemble