Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fa1c4 opened this issue May 16, 2024 · 0 comments
Open

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

fa1c4 opened this issue May 16, 2024 · 0 comments

Comments

@fa1c4
Copy link

fa1c4 commented May 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant