Skip to content

Have CrashMonkey behave more like a fuzzer #122

@vijay03

Description

@vijay03

Have CrashMonkey run in a "fuzzer" mode where:

  1. It takes as input running time T. It should terminate after this specified time.
  2. It randomly picks a target workload in the configured state space (right now it explores everything)
  3. It stores a persistent state with the workloads it has already explored so that it doesn't explore them in the next invocation (a bloom filter with test IDs would probably work)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions