-
Notifications
You must be signed in to change notification settings - Fork 58
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
How to fix this error: archinfo.arch | Please look up and add dynamic tag type 0x70000001 for AMD64 #217
Labels
Comments
Looks like these are actually missing tags from the libc.so.6 on your system, which is, I'm guessing, ubuntu 24.04. You're right that it's harmless but I'll fix it at some point. Reference output of readelf -d:
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question
total rookie with angr. First angr script give me this error:
OS
angr
download example from :
https://github.com/N4NU/Reversing-Challenges-List/blob/master/Easy/Codegate_CTF_2018_Preliminary_RedVelvet/RedVelvet.7z
my script
This is not a critical problem, and the script can finish and return normal answer. i think maybe my archlinux missing package since another ubuntu server could finish without it. But I want fix this error and get to know why i got this.
Thank you
The text was updated successfully, but these errors were encountered: