ChatAFLndss / ChatAFL

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

Hi, I wonder how you "ask" the LLM to do things? What part of code can I use to ask the chatgpt to do things like add seeds or cover new state? #11

Closed noname4X4 closed 1 week ago

Marti2203 commented 1 week ago

Hi, The file chat-llm.c contains the web API calls to openAI's models. You can search in afl-fuzz.c for invocations of the methods there.