File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 4
4
This is the full file system fuzzing framework that I presented at the Hack in the Box 2020 Lockdown Edition conference in April.
5
5
6
6
* [ Conference Talk] ( https://youtu.be/VNzKVOsn5qQ?t=17032 )
7
+ * [ Conference Talk Single Video] ( https://www.youtube.com/watch?v=a3H3FKrxYQA )
7
8
* [ Conference Material] ( https://github.com/0xricksanchez/HITB2020_FSFUZZER )
8
9
9
10
@@ -99,7 +100,8 @@ The mutated UFS file system directly leads to a crash showcasing how quickly you
99
100
100
101
## Feature set
101
102
102
- - [X] Full Support for FFS, UFS, EXT, and ZFS file systems
103
+ - [X] Full support for FFS, UFS, EXT, and ZFS file systems
104
+ - [X] Partial support for APFS
103
105
- [X] Full support for FreeBSD, NetBSD, and OpenBSD
104
106
- [X] Experimental support for Ubuntu (and probably other Debian based derivatives)
105
107
- [X] Mutations via
You can’t perform that action at this time.
0 commit comments