Module libafl::bolts::minibsod[][src]

Expand description

Implements a mini-bsod generator It dumps all important registers and prints a stacktrace. You may use the crate::bolts::os::unix_signals::ucontext function to get a ucontext_t.

Functions

Write the contens of all important registers

Generates a mini-BSOD given a signal and context.