fuzzware-fuzzer / fuzzware

Fuzzware's main repository. Start here to install.
Apache License 2.0
302 stars 51 forks source link

Rebuild Fuzzware after modifications with minimal effort #3

Closed B03901108 closed 2 years ago

B03901108 commented 2 years ago

Hello,

I would like to locally modify some code in modeling/fuzzware_modeling/ and see how the modification affects Fuzzware. I have set up Fuzzware locally. Could you share some suggestions on how to compile modifications to Fuzzware with minimal effort?

My current plan is to run the setup.sh in modeling/. The fallback plan is to rerun install_local.sh, which I would like to avoid. I raise this issue due to the concern that trying out these plans carelessly may break my local Fuzzware. Thank you very much.

Best regards.

Scepticz commented 2 years ago

Hi B03901108,

you can just use setup.sh in modeling. This should keep everything just fine. :-)

Best Tobias