diff --git a/projects/binutils/fuzz_readelf.c b/projects/binutils/fuzz_readelf.c index 9df34fda5..e615a225e 100644 --- a/projects/binutils/fuzz_readelf.c +++ b/projects/binutils/fuzz_readelf.c @@ -41,7 +41,10 @@ LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) do_arch = true; do_notes = true; - // Main fuzz entrypoint + // Enable DWARF analysis + dwarf_select_sections_all(); + + // Main fuzz entrypoint process_file(filename); unlink(filename);