Blackbox Fuzzing #4: New AFL++ FRIDA mode, How it Perform against QEMU mode?

preview_player
Показать описание

In this video, I will use the new FRIDA mode of AFL++ that allows binary-only fuzzing using Frida for instrumentation. I will show how to install this new mode and quickly compare the performance against QEMU mode.

#Fuzzing #afl++ #frida

00:00 Introduction
00:50 AFL++ FRIDA mode
02:54 Compilation
04:16 We are re-using a familiar target: pdfinfo
05:50 Running AFL++ frida mode over pdfinfo
09:35 Running AFL++ QEMU mode for comparaison
11:07 Improve your fuzzing (CMPLOG, AFL_FRIDA_PERSISTENT_ADDR, etc.)
15:00 QEMU mode vs FRIDA mode vs FRIDA mode + CMPLOG
17:00 Going deeper

==== 🔥 C/C++ Whitebox Fuzzing Training ====

==== 🦄 Join the community ====

==== 📡 Socials ====

Keywords: Fuzzing, Fuzz Testing, Blackbox fuzzing, Binary-only fuzzing, AFL, AFL++, AFLplusplus, FRIDA, Frida mode
Рекомендации по теме
Комментарии
Автор

Let me know what you will like to see in the next videos!!

fuzzinglabs
Автор

hello, there is an error in ubuntu 16.04: ./pdfinfo: error while loading shared libraries: libpoppler.so.102: cannot open shared object file: No such file or directory
and "ls /usr/lib/ | grep libpoppler", "ls /usr/local/lib/ | grep libpoppler" show nothing, and i also cannot find this so in ubuntu18.04.could you help me about that?

angusyoung