SoftSec-KAIST / NTFuzz

NTFUZZ: Enabling Type-Aware Kernel Fuzzing on Windows with Static Binary Analysis (IEEE S&P '21)
MIT License
89 stars 22 forks source link

How to collect all the crashes and bugs? #8

Closed lakka820 closed 11 months ago

lakka820 commented 11 months ago

I have successfully executed all the steps and performed fuzz on spacesniff and sumatra. How to view the bugs found by fuzz, analyze the reasons for their occurrence, and have recommendations?Thanks.

lakka820 commented 11 months ago

The paper mentioned: "When the system reboots, the fuzzer will discover the crash dump file and send it to the host machine. we made our fuzzer to store the recent syscall payloads in memory, so that memory dumps provide useful information to analyze and reproduce the crashes." But I can't find the "fuzzer" that store the recent syscall payloads in memory. could you please tell me where it is.