AFLplusplus/LibAFL

Broker2Broker: Introduce Main Broker

已關閉

#98 建立於 2021年5月7日

 (2 則留言) (0 個反應) (0 位負責人)Rust (479 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (2,622 顆星)
PR 合併指標
 (平均合併 17天 22小時) (30 天內合併 10 個 PR)

描述

When using Broker2Broker, there should be a Main Broker to which all other brokers connect.

This Main Broker should:

  • display stats for the entire cluster, including total number of clients, executions, exec/secs, and objectives.
  • for OnDiskCorpus, it should collect all the TestCases and objective outputs from all connected brokers.

This will make managing a multi-machine fuzzing campaign much easier.

Ideally, it should be possible to run a Main Broker without any clients of its own. It should also be possible to run Main Broker on a PC, while child-brokers and clients run on e.g. phones.

貢獻者指南