packing-box / docker-packing-box

Docker image gathering packers and tools for making datasets of packed executables and training machine learning models for packing detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`iternodes` does not return

AlexVanMechelen opened this issue · comments

Issue

The iternodes function runs indefinitely for some input executables

def iternodes(self, root_node=None, exclude=_DEFAULT_EXCLUDE):

Steps to reproduce

exe = Executable("/mnt/share/dataset-packed-pe/packed/Enigma Virtual Box/enigmavb_pskill.exe")
self = exe.cfg
exe.cfg.graph
root_subgraph = list(self.iternodes())