r-2007 / DTLS-fuzzing

Fuzzing tinyDTLS implementation using AFL and AFLSmart.
0 stars 0 forks source link

Some problems in AFL fuzzing #1

Open songxpu opened 2 years ago

songxpu commented 2 years ago

Hello, did you use desock.so in the preeny library or the open source desockmulti.so in multifuzz work when you used AFL Fuzz tinyDtls? Or use other tools... My problem is that if I use LD_PRELOAD to specify the preeny library, AFL will have a timeout problem. Using desockmulti.so, the Fuzz speed will be very slow, 30 per second. So, how do you use AFL to fuzz tinyDtls? Do you have the same problem?

songxpu commented 2 years ago

Sorry, I see why. I noticed that you wrote a tested program separately for tinydtls. If possible, can you provide the experimental program and PSK files? I also want to try to use AFL fuzzy