Module libafl::corpus::inmemory

source ·
Expand description

In-memory corpus, keeps all test cases in memory at all times

Modules

  • InMemoryCorpus Python bindings

Structs

  • A corpus handling all in memory.
  • Storage map for the testcases (used in Corpus implementations) with an incremental index

Type Aliases

  • The map type in which testcases are stored (disable the feature corpus_btreemap to use a HashMap instead of BTreeMap)