Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 438 Bytes

File metadata and controls

8 lines (8 loc) · 438 Bytes

Definition

Instrumentation is applied to the [[SUT]] to provide information about internals (e.g. coverage, [[Compiler Sanitizers]] for behaviour).

  • Can be done at compile time, or binaries with debug & relocation information can be instrumented

Advantages

  • More feedback for [[Feedback-Directed Fuzzing]]

Disadvantages

  • Instrumentation decreases binary performance
  • Compile-time instrumentation requires the [[SUT]] source