Skip to content
#

fuzzer

Here are 194 public repositories matching this topic...

AFLplusplus
wizche
wizche commented Aug 20, 2020

As discussed in the discord channel. Having a whitelist/blacklist approach where you can tell to (not)instrument specific libraries in QEMU mode. For example by passing library names in an env variable. Something like INSTRUMENT_QEMU_BLACKLIST="libc.so,another.so".
Could be done by replacing all the checks if (cur_loc < afl_code_start || cur_loc >= afl_code_end) with the traverse of a list (in

prjxray
litghost
litghost commented Feb 28, 2020
grep unknown opentitan.fasm  | wc
    557    6127   52651

557 bits isn't too many. Most of these are likely related to the DSP, as 1 DSP is being used:

DSP_L_X66Y110.DSP48.DSP_0.AREG_0
DSP_L_X66Y110.DSP48.DSP_0.BREG_0
DSP_L_X66Y110.DSP48.DSP_0.MASK[45:0] = 46'b1111111111111111111111111111111111111111111111
DSP_L_X66Y110.DSP48.DSP_0.ZADREG[0]
DSP_L_X66Y110.DSP48.DSP_0.ZAL
nmav
nmav commented Jan 26, 2020

Bug Report

After updating to the latest test-tls13-obsolete-curves.py there were ~100 failures due to a new check that extensions are rejected due to a mismatch of the curve with the key share. While that's a good test, it is unrelated to the purpose of this test file. As such one updating to the new version that does not want to comply with the newly introduced requirement, would have to dis

Improve this page

Add a description, image, and links to the fuzzer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fuzzer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.