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

About the PDB parser error #7

Open coderjingluo opened 1 year ago

coderjingluo commented 1 year ago

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 information... Unhandled exception. System.Exception: Invalid range: 18011b190 at Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThenFail@1448.Invoke(String message) at DLLAnalysis.NUIntModule.ofUInt64(UInt64 ui64) in /home/x1a0/桌面/NTFuzz/DLLAnalysis/src/Core/IntTypes.fs:line 37 at DLLAnalysis.AddrModule.makeWithUI64(String bin, UInt64 ui64) in /home/x1a0/桌面/NTFuzz/DLLAnalysis/src/Core/BinTypes.fs:line 121 at DLLAnalysis.PESymbol.updateSymbolMap(String binName, Symbol sym) in /home/x1a0/桌面/NTFuzz/DLLAnalysis/src/Core/PESymbol.fs:line 33 at DLLAnalysis.PESymbol.initAux@51.Invoke(Symbol sym) at DLLAnalysis.PESymbol.initAux(String binName, BinHandler binHandle) in /home/x1a0/桌面/NTFuzz/DLLAnalysis/src/Core/PESymbol.fs:line 51 at DLLAnalysis.PESymbol.init(FSharpList1 binaries) in /home/x1a0/桌面/NTFuzz/DLLAnalysis/src/Core/PESymbol.fs:line 55 at DLLAnalysis.FrontEnd.Parser.run(FSharpList1 binFiles) in /home/x1a0/桌面/NTFuzz/DLLAnalysis/src/FrontEnd/Parse.fs:line 43 at DLLAnalysis.TypeInference.run(String[] argv) in /home/x1a0/桌面/NTFuzz/DLLAnalysis/src/TypeInference/TypeInference.fs:line 148 at Main.runMode(String mode, String[] args) in /home/x1a0/桌面/NTFuzz/DLLAnalysis/src/Main/Main.fs:line 13 at Main.main(String[] argv) in /home/x1a0/桌面/NTFuzz/DLLAnalysis/src/Main/Main.fs:line 21