Crate libafl_frida[][src]

Expand description

The frida executor is a binary-only mode for LibAFL. It can report coverage and, on supported architecutres, even reports memory access errors.

Modules

asan_rt

The frida address sanitizer runtime The frida address sanitizer runtime provides address sanitization. When executing in ASAN, each memory access will get checked, using frida stalker under the hood. The runtime can report memory errors that occurred during execution, even if the target would not have crashed under normal conditions. this helps finding mem errors early.

helper

The LibAFL frida helper

Structs

FridaOptions

A representation of the various Frida options