8000 GitHub - haru-ig/fuzz4all: 🌌️Fuzz4All: Universal Fuzzing with Large Language Models
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

haru-ig/fuzz4all

 
 

Repository files navigation

This project is based on the original Fuzz4ALL project, which is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).

I has made the following modifications:

  • I extended the original Fuzz4ALL so that it can target the Solidity compiler, solc.
  • In order to achive the goal, I added some new features to the original program.
  • The changes I made are the following programe: make_target.py target/SOL/SOL.py scripts/build_solc_coverage.sh tools/coverage/calculate_coverage.py calculate_solc_coverage.py collect_coverage.py echidna_config.yaml
  • Basically, you can run the fuzzing campaign in the same way as Fuzz4All. To get coverage data, you need to run build_solc_coverage.sh first, and calculate_solc_coverage.py. calculate_coverage.py and collect_coverage.py utilise echidna to get code coverages.

These modifications are also licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).

About

🌌️Fuzz4All: Universal Fuzzing with Large L 5549 anguage Models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.4%
  • Shell 2.6%
  • Java 1.0%
0