#ifndef LIBAFL_FIRST_H #define LIBAFL_FIRST_H #include "common.h" bool inspect_first(const uint8_t *bytes, size_t len); #endif // LIBAFL_FIRST_H