-
Notifications
You must be signed in to change notification settings - Fork 86
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
error while downloading symbols #37
Comments
try this one
and report back its output |
errorlog.txt |
It looks like it's just missing ntdll symbols which you can download with the following command
I've tried it and got 404 which mean the pdb symbols have not been made available by Microsoft. |
It's Windows 10 1903 inner version 10.0.18362.30. So the problem is just because this version of pdb file cannot be correctly downloaded? lol |
I reinstalled my guest windows and tried again, but sadly it still doesn't work. |
Is it the same ntdll PDB version ? |
maybe the download script does not work anymore, checking ... |
The command line was wrong, try this:
Which work correctly for me |
Yes, I manully downloaded all pdb file from windows and now it just report few pdb errors. |
After downloading ntkrnlmp.pdb the program stucked while running symbols.py @ line 200 and no error was reported.
The text was updated successfully, but these errors were encountered: