Press ESC to close

simon

3 Articles

Self-taught Security Researcher from Germany. Previously did work on Static Code Analysis on web applications like WordPress and Magento2. Now into fuzzing

0 570
22
simon
22 Min Read

This blog post will describe the steps I took to modify Google’s Syzkaller in a way that allowed me to fuzz the entirety of FUSE, including its file system operations which was previously not easily possible with Syzkaller.* Before diving into any code changes, I…