Skip to content

Files

Latest commit

e049f31 · Oct 1, 2020

History

History

fuzz_testing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 4, 2019
May 2, 2018
Jun 9, 2018
Sep 17, 2018
Mar 15, 2018
May 29, 2017
Jun 14, 2018
Nov 11, 2019
Dec 26, 2018
Sep 17, 2018
Oct 1, 2020
Aug 28, 2018
Aug 10, 2020
May 29, 2017

syzkaller

Our community HardenedLinux wrote some documentations for syzkaller. This markdown arti will introduce these documentations.

  • Syzkaller tutorial( some configures need to be updated for new version syzkaller)

  • A crash demo, use syzkaller to detect an kernel overflow bug

  • Some kernel debug tools are powerful to verify the hit of kernel. It help you to extend syscalls for syzkaller. Running syzkaller with KGDB or remote systemtap can be found in this.

  • In this directory, as an example, I extend some syscalls for cephfs driver( ceph_iops/fops). And I try to verify the hit of kernel code by a (stap script)[auto_stap.py].

  • This documentation is the note of reading syzkaller code( "/**/" is added by me). Hope it can be helpful to someone who needs analyze or modify the syzkaller code. I am a fresh hand of golang. If there are something wrong, your correction will be very appreciate.

  • Some patch for custom syzkaller.