AFLplusplus/LibAFL

Add the ability to add named items to the graphs

Open

#1.554 aberto em 25 de set. de 2023

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)Rust (476 forks)github user discovery
enhancementgood first issue

Métricas do repositório

Stars
 (2.584 stars)
Métricas de merge de PR
 (Mesclagem média 17d 22h) (10 fundiu PRs em 30d)

Description

There are some values that I think would be good to track over time in a graph format, e.g. edges. The easy solution would be to simply make these required fields, but I think it would be useful to offer an API for users to specify events by name that they want to track in a graph format.

Not entirely sure how to do this myself, but it feels like it should be relatively straightforward.

Guia do colaborador