一些摘录 1.2 Common Techniques_捉虫日记书评-查字典图书网
查字典图书网
当前位置: 查字典 > 图书网 > 算法 > 捉虫日记 > 一些摘录 1.2 Common Techniques
shengying 捉虫日记 的书评 发表时间:2013-07-05 23:07:18

一些摘录 1.2 Common Techniques

Although no formal documentation exists that describes the standard bug-hunting process, common techniques do exist. These techniques can be split into 2 categories: static and dynamic.

In static analysis, also referred to as static code analysis, the source code of the software, or the disassembly of a binary, is examined but not executed.

Dynamic analysis, on the other hand, involves debugging or fuzzing the target software while it's executing.

Both techniques have pros and cons, and most bug hunters use a combination of static and dynamic techniques.

展开全文
有用 0 无用 0

您对该书评有什么想说的?

发 表

推荐文章

猜你喜欢

附近的人在看

推荐阅读

拓展阅读