NTFuzz icon indicating copy to clipboard operation
NTFuzz copied to clipboard

NTFUZZ: Enabling Type-Aware Kernel Fuzzing on Windows with Static Binary Analysis (IEEE S&P '21)

Results 6 NTFuzz issues
Sort by recently updated
recently updated
newest added

I am using Windows 10 Professional Edition 21H2. When I execute the sh script file, the following error occurs: [System:Progress] Parsing target binaries to construct CFGs... [System:Progress] Initializing PDB symbol...

Hi, @jchoi2022 I wonder if DLLAnalysis can analyze any dll files in windows O/S. I gave different dll files (not included in the binaries folder) as input in DLLAnalysis but...

Hi @jchoi2022 , I encountered the BSoD problem when enter this command: python C:\Launcher\hooker32.py I am sure the testing VM windows version matches the dll being statically analyzed. They are...

Hi, I tested it on windows 20H1 and got the following error: ``` [System:Progress] Parsing target binaries to construct CFGs... [System:Progress] Initializing PDB symbol information... Unhandled exception. System.Exception: Invalid range:...

hey guys,i have a question that how do you use mutation functions to mutate.i just see the function definition but i just dont see where you use it.i have search...

root@ubuntu:/home/ubuntu/Desktop/NTFuzz/DLLAnalysis# ./scripts/run_on_18_Apr.sh ./scripts/run_on_18_Apr.sh: line 22: 7990 Killed dotnet $BASEDIR/build/DLLAnalysis.dll type --verbose 1 --mode all -b $BASEDIR/binaries/17134.1/ntdll.dll $BASEDIR/binaries/17134.1/kernelbase.dll $BASEDIR/binaries/17134.1/kernel32.dll $BASEDIR/binaries/17134.1/win32u.dll $BASEDIR/binaries/17134.1/gdi32.dll $BASEDIR/binaries/17134.1/gdi32full.dll $BASEDIR/binaries/17134.1/user32.dll -o $OUTDIR/Types_18_Apr.json > $LOGDIR/log_type_18_Apr.txt 2>&1 root@ubuntu:/home/ubuntu/Desktop/NTFuzz/DLLAnalysis# ./scripts/run_on_ run_on_18_Apr.sh...