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

different .dll files in DLLAnalysis #6

Open taehyun9203 opened 1 year ago

taehyun9203 commented 1 year ago

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 the result made core dump error.

Is it possible to analyze other dll files?