fuzzer.py 文件源码

python
阅读 32 收藏 0 点赞 0 评论 0

项目:fuzzer 作者: shellphish 项目源码 文件源码
def crashes(self, signals=(signal.SIGSEGV, signal.SIGILL)):
        """
        Retrieve the crashes discovered by AFL. Since we are now detecting flag
        page leaks (via SIGUSR1) we will not return these leaks as crashes.
        Instead, these 'crashes' can be found with the leaks function.

        :param signals: list of valid kill signal numbers to override the default (SIGSEGV and SIGILL)
        :return: a list of strings which are crashing inputs
        """

        return self._get_crashing_inputs(signals)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号