We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
objdump and gdb do this and it's so, so helpful:
3658: 48 8d 3d 61 f9 21 00 lea 0x21f961(%rip),%rdi # 222fc0 <.got>
it resolves the rip relative to 0x21f961 + 3658 + sizeof instruction = 222fc0
0x21f961
The text was updated successfully, but these errors were encountered:
No branches or pull requests
objdump and gdb do this and it's so, so helpful:
it resolves the rip relative to
0x21f961
+ 3658 + sizeof instruction = 222fc0The text was updated successfully, but these errors were encountered: