Module libafl_bolts::staterestore

source ·
Expand description

Stores and restores state when a client needs to relaunch. Uses a ShMem up to a threshold, then write to disk.

Structs§

  • A StateRestorer saves and restores bytes to a shared map. If the state gets larger than the preallocated ShMem shared map, it will instead write to disk, and store the file name into the map. Writing to StateRestorer multiple times is not allowed.