ethereum / solidity-fuzzing-corpus

16 stars 9 forks source link

how to generate solc_ossfuzz_seed_corpus #3

Open Subway2023 opened 8 months ago

Subway2023 commented 8 months ago

I also want to fuzz the solidity compiler. But I don't know how to generate good seed codes (such as: solc_ossfuzz_seed_corpus) to begin fuzz.

bshastry commented 8 months ago

The seed files were downloaded from the corpus located on the oss-fuzz clusters. You can simply use these to begin fuzzing.

Subway2023 commented 6 months ago

May I ask what tool was used to generate this code in solc_ossfuzz_seed_corpus/test_solidity uploaded last month?