infix
A JIT-Powered FFI Library for C
|
Files | |
fuzz_abi.c | |
A fuzzer targeting the ABI-specific classification logic. | |
fuzz_helpers.c | |
Implementation of the shared recursive infix_type generator for fuzzing. | |
fuzz_helpers.h | |
Shared helper functions and types for infix FFI fuzzing harnesses. | |
fuzz_signature.c | |
A libFuzzer-based harness for the infix FFI signature parser. | |
fuzz_trampoline.c | |
A dual-purpose fuzzing harness for libFuzzer (Clang) and AFL++ (GCC), focused on the infix FFI trampoline generation API. | |
fuzz_types.c | |
A dual-purpose fuzzing harness for libFuzzer (Clang) and AFL++ (GCC), focused on the infix FFI type creation API's integrity using arenas. | |