Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the PDB parser error #7

Open
coderjingluo opened this issue Feb 26, 2023 · 0 comments
Open

About the PDB parser error #7

coderjingluo opened this issue Feb 26, 2023 · 0 comments

Comments

@coderjingluo
Copy link

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 [email protected](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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant