9 lines
153 B
C
9 lines
153 B
C
#ifndef LIBAFL_SECOND_H
|
|
#define LIBAFL_SECOND_H
|
|
|
|
#include "common.h"
|
|
|
|
bool inspect_second(const uint8_t *bytes, size_t len);
|
|
|
|
#endif // LIBAFL_SECOND_H
|