Skip to content

Have a path highlighter for the call tree #583

Open
@Navidem

Description

@Navidem

It can be useful for the call tree report to have a button besides each function (along [function][call_site]) to display the reachability path from the fuzz entry to that function.
It also can colorize the covered/non-covered functions along the path.

It can show something like:
LLVMFuzzerTestOneInput (GREEN) --> foo (GREEN) --> bar (RED) --> target_func (RED).

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions