blackberry / pe_tree

Python module for viewing Portable Executable (PE) files in a tree-view using pefile and PyQt5. Can also be used with IDA Pro and Rekall to dump in-memory PE files and reconstruct imports.
Apache License 2.0
1.3k stars 171 forks source link

Crash on macOs 11.1 #10

Open DwGoing opened 3 years ago

DwGoing commented 3 years ago

Env: macOS v11.1 Commit: 531bc7d Details: Application will crash when double click on the section.And i can not get any hex information from the property. Output:
python3.9/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d '

tombonner commented 3 years ago

Thanks for reporting! I will have this fixed in the next release (containing Ghidra support), which is due for internal review very soon.

tombonner commented 3 years ago

Fixed in 1.0.30.