You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: