パッケージ: afl-cov (0.6.1-2)
afl-cov に関するリンク
Trisquel の資源:
afl-cov ソースパッケージをダウンロード:
メンテナ:
Original Maintainer:
- Daniel Stender
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
code coverage for afl (American Fuzzy Lop)
afl-cov uses test cases produced by the fuzzer afl to produce gcov code coverage results (what parts of program are actually executed) of the targeted binary.
afl-cov can be used to analyze the test results of afl after fuzzing has been completed. However, a typical workflow is to run afl-cov while afl-fuzz builds test cases during the fuzzing cycle runs on the same system, and to review the cumulative code coverage results.
Analyzing code coverage results of afl test cases can help to maximize its effectiveness, e.g. when its needed to patch the project code to help the fuzzer to reach code that would be otherwise inaccessible.
その他の afl-cov 関連パッケージ
|
|
|
-
- dep: gcc
- GNU C compiler
-
- dep: lcov
- Summarise Code coverage information from GCOV
-
- dep: python
- interactive high-level object-oriented language (default version)
-
- dep: python-subprocess32
- backport of the Py3 stdlib subprocess module for Py2
-
- rec: afl
- instrumentation-driven fuzzer for binary formats
-
- enh: afl
- instrumentation-driven fuzzer for binary formats