bannsec / autoPwn

Automate repetitive tasks for fuzzing
122 stars 32 forks source link

'ELF' object has no attribute 'reader' #38

Open fa1c4 opened 4 months ago

fa1c4 commented 4 months ago

When I execute the autoPwn ./binary, I got error below (date-05/16/2024):

File "/home/angr/autoPwn/autoPwn/modules/binInfo.py", line 45, in draw elif any("GNU_RELRO" in segment.header.p_type for segment in GlobalConfig.proj.loader.main_object.reader.iter_segments()): AttributeError: 'ELF' object has no attribute 'reader'

what the exact version the angr should be? This error is probably caused by unmatched version of angr.