mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-26 19:44:50 +02:00
Windows: Add better errors for undownloadable pdb
This commit is contained in:
@@ -988,6 +988,8 @@ if __name__ == '__main__':
|
||||
filename = None
|
||||
if args.guid is not None and args.pattern is not None:
|
||||
filename = PdbRetreiver().retreive_pdb(guid = args.guid, file_name = args.pattern, progress_callback = pg_cb)
|
||||
if filename is None:
|
||||
parser.error("PDB file could not be retrieved from the internet")
|
||||
if parse.urlparse(filename, 'file').scheme == 'file':
|
||||
delfile = True
|
||||
elif args.file:
|
||||
|
||||
Reference in New Issue
Block a user