Large Language Model guided Protocol Fuzzing (NDSS'24)
279
stars
30
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 2 months 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.