intel / tsffs

A snapshotting, coverage-guided fuzzer for software (UEFI, Kernel, firmware, BIOS) built on SIMICS
https://intel.github.io/tsffs/
Apache License 2.0
277 stars 18 forks source link

Loaded object detection #6

Open novafacing opened 1 year ago

novafacing commented 1 year ago

SIMICS supports loaded object detection for UEFI, kernels, and userland apps on supported OS-awareness operating systems (i.e. Clear Linux). Catching the object that is loaded when the harness is hit is required for:

We should enable loaded object detection with a callback to the module and/or fuzzer frontend when objects are loaded, with their type.

novafacing commented 9 months ago

Enabled documentation of loaded object detection for platform BIOS in #42. Still need to document Kernel/userspace.