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

Run ERROR pe_tree_ida.py under IDA: File -> Script file... -> pe_tree_ida.py -> Open #5

Closed frinck closed 4 years ago

frinck commented 4 years ago

C:\Program Files\IDA 7.2\plugins\pe_tree_ida.py: No module named pe_tree.runtime Traceback (most recent call last): File "C:\Program Files\IDA 7.2\python\ida_idaapi.py", line 572, in IDAPython_ExecScript execfile(script, g) File "C:/Program Files/IDA 7.2/plugins/pe_tree_ida.py", line 60, in import pe_tree.runtime ImportError: No module named pe_tree.runtime