Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#include <assert.h>
#include <capstone/capstone.h>
Go to the source code of this file.
Classes | |
struct | platform |
Functions | |
void | LLVMFuzzerInit () |
int | LLVMFuzzerReturnOneInput (const uint8_t *Data, size_t Size, char *AssemblyText) |
int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
Variables | |
FILE * | outfile = NULL |
struct platform | platforms [] |
void LLVMFuzzerInit | ( | ) |
Definition at line 16 of file fuzz_llvm.cpp.
References assert(), p, and r.
Referenced by LLVMFuzzerTestOneInput().
Definition at line 180 of file fuzz_diff.c.
FILE* outfile = NULL |
Definition at line 16 of file fuzz_diff.c.
Referenced by compress(), decompress(), extract_binobj(), gunpipe(), gunzip(), LLVMFuzzerTestOneInput(), lunpipe(), and tar().
struct platform platforms[] |
Definition at line 16 of file fuzz_diff.c.
Referenced by LLVMFuzzerTestOneInput(), main(), TestBasic::main(), test(), and update_asmplatforms_options().