--- title: "_drfuzz_target_frame_t Struct Reference" layout: default permalink: /struct__drfuzz__target__frame__t.html ---
Dr. Memory
|
#include <drfuzz.h>
Represents the stack frame of a fuzz target during one fuzz iteration, including the argument values from that iteration. To access the target frames for any thread, call drfuzz_target_iterator_start() from that thread. When a crash occurs, the set of target frames that were live at the time of the critical fault are copied into a drfuzz_fault_thread_state_t, which is provided in the crash events.