软件包: fusil (1.2.1-2ubuntu1) [universe]
fusil 的相关链接
Ubuntu 的资源:
下载源码包 fusil:
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Pierre Chifflier
It should generally not be necessary for users to contact the original maintainer.
外部的资源:
- 主页 [fusil.hachoir.org]
相似软件包:
Fuzzing program to test applications
Fusil is a fuzzing framework designed to expose bugs in software by changing random bits of its input.
It helps to start process with a prepared environment (limit memory, environment variables, redirect stdout, etc.), start network client or server, and create mangled files. Fusil has many probes to detect program crash: watch process exit code, watch process stdout and syslog for text patterns (eg. "segmentation fault"), watch session duration, watch cpu usage (process and system load), etc.
Fusil is based on a modular architecture. It computes a session score used to guess fuzzing parameters like number of injected errors to input files.
其它与 fusil 有关的软件包
|
|
|
-
- dep: python (>= 2.5)
- 一种交互式、面向对象的高级语言 (缺省版本)
-
- dep: python-ptrace (>= 0.5)
- Python bindings for ptrace
-
- dep: python-support (>= 0.90.0)
- 为 Python 模块提供自动重新构建支持
-
- rec: gcc
- GNU C 编译器
-
- rec: python-xlib
- Interface for Python to the X11 Protocol