论文部分内容阅读
动态检测方法就是在不改变源代码甚至是二进制代码的情况下,对程序的弱点进行检测的方法,这类检测主要通过修改进程运行环境来实现。动态检测方法主要有:非执行栈、非执行堆与数据、内存映射、安全共享库、沙箱和程序解释等。
Dynamic detection method is to detect the weakness of the program without changing the source code or even the binary code. Such detection is mainly realized by modifying the process running environment. Dynamic detection methods are: non-executive stack, non-executive heap and data, memory mapping, secure shared library, sandbox and program interpretation.