Skip to content

feature: extract data that can be used as input to fuzz engines, e.g. dictionaries, prioritised functions, etc #1

Open
@DavidKorczynski

Description

@DavidKorczynski

libFuzzer has the ability to prioritise fuzzing of certain functions. We should use the data from the reachability and coverage analysis to feed information back to the fuzzer about nice-to-analyse functions.

This heuristic could for example be focused around functions that if-hit will:

  • trigger a lot more code execution
  • trigger execution of specific user-chosen functions (e.g. production code)

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