ChatAFLndss / ChatAFL

Large Language Model guided Protocol Fuzzing (NDSS'24)
Apache License 2.0
243 stars 27 forks source link

Reproduction failed. #7

Open One-T0505 opened 2 months ago

One-T0505 commented 2 months ago

I have successfully build the docker images for subjects and run this command: ./run.sh 5 240 kamailio,pure-ftpd,live555,lighttpd1,exim chatafl,aflnet

but the results are extremely strange, because i query my openai api usage, it is 0. Even i set the maxPlateau to 64, it is the same.

One-T0505 commented 1 month ago

I successfully run the model and run the analysis.py script, but the results are extreamly strange, does it really use the LLM? Because i replace the Openai API, but with zero API calls.

Marti2203 commented 1 month ago

Hi, sorry for the late response. Can you provide more information about the issue? One source of debug info is the logs of the created Docker containers for the fuzzers. Another way to check that everything is set up correctly is to execute the run.sh script manually. I have just done the latter and can see no issues with the master branch. To be sure, you have followed the setup instructions outlined on the page, correct?