Last active
April 15, 2017 09:49
-
-
Save kishuagarwal/3b30740bb5d9d4dcdec10a60a0fbf45a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ objdump -s a.out | grep -A 3 '.got.plt' | |
Contents of section .got.plt: | |
601000 280e6000 00000000 00000000 00000000 (.`............. | |
601010 00000000 00000000 06044000 00000000 ..........@..... | |
601020 16044000 00000000 ..@..... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment