这为软件的缓冲区溢出检测增添了一种新的方法。
This added a new method for the buffer overflow detection of software.
提出一种基于中间汇编的缓冲区溢出检测模型,用于对可执行代码进行静态分析和检测。
This paper presents a buffer overflow detection model based on intermedia assembly which can be used to perform static analysis and detection on executable files.
论文首先介绍了缓冲区溢出的原理及类型,并从静态、动态以及研究机构三个方面介绍了缓冲区溢出检测的研究现状。
This thesis first introduces the principle and categories of buffer overflow, and then current research situation from three aspects-static analysis, dynamic analysis and relevant research institutes.
有许多工具可以在缓冲区溢出缺陷导致问题之前帮助检测它们。
There are a number of tools that can help detect buffer overflow vulnerabilities before they're released.
造成这一漏洞的直接原因是,Sendmail的一个安全检测是有缺陷的,可以发生缓冲区溢出。
The immediate cause of the vulnerability was that one of Sendmail's security checks was flawed, permitting a buffer overflow.
Ada一般会检测和防止缓冲区溢出(即针对这样的尝试引发一个异常),但是不同的程序可能会禁用这个特性。
Ada normally detects and prevents buffer overflows (raising an exception on the attempt), but various pragmas can disable this.
如果没有发生缓冲区溢出,返回值始终是组合字符串的长度;这使得检测缓冲区溢出真正变得容易了。
The return value is always the size of the combined string if no buffer overflow occurred; this makes it really easy to detect an overflow.
在发生了溢出(和数据丢失)时,两个函数都不会给出简单的报告,因此如果要检测缓冲区溢出,程序员就必须做更多的工作。
Neither function gives a simple report if an overflow (and data loss) has occurred, so programmers have to do even more work if they want to detect that.
在调试版本中msvc编译器添加额外的数据来检测缓冲区溢出和使用未初始化的内存。
In debug builds the MSVC compiler adds in extra data to help detect buffer overflows and use of uninitialized memory.
缓冲区溢出漏洞检测技术是信息安全研究的一个重要分支。
Buffer overflow detection technology is an important branch of information security research.
当前对于缓冲区溢出的检测和防范方法总体上分为两类:动态防范的方法和静态检测的方法。
Methods that detect buffer overflow are generally divided into two kinds at present: dynamic method and static method.
在编译过程中添加缓冲区溢出动态检测模块,从而在程序运行过程中检测到缓冲区溢出,提高了程序可靠性。
A buffer overflow checking module is integrated into the compilation procedure, and it can detect buffer overflow while program running which efficiently improves system reliability.
文中分析了防止缓冲区溢出攻击的运行时方法的不足。介绍了一种静态检测缓冲区溢出漏洞的方法及工具。
In this paper, first analyzes the shortcomings of run-time defenses of buffer overflow attacks, and then presents an approach and a tool to statically detect buffer overflow vulnerabilities.
文中分析了防止缓冲区溢出攻击的运行时方法的不足。介绍了一种静态检测缓冲区溢出漏洞的方法及工具。
In this paper, first analyzes the shortcomings of run-time defenses of buffer overflow attacks, and then presents an approach and a tool to statically detect buffer overflow vulnerabilities.
应用推荐