Unhandled exception if asm_info.PublicKey is None
Closed this issue · 0 comments
mcutshaw commented
Describe the bug
Within the pe_file.py if certain fields returned by asm_info are None, then an exception is raised.
System Information (please complete the following information):
- OS: Ubuntu 22.04
Additional context
We should potentially consider wrapping the info extractors in a try/except and handle exceptions gracefully.