1
0x00000000004013fb <+334>: mov 0x602500(,%rax,8),%rdx
我想知道0x602500(,%rax,8)
是什麼意思。GDB表達式
有這樣
0x00000000004012fb <+78>: movq $0x400a8c,0x2011fa(%rip) # 0x602500 <func>
0x0000000000401306 <+89>: movq $0x400d44,0x2011f7(%rip) # 0x602508 <func+8>
0x0000000000401311 <+100>: movq $0x400faa,0x2011f4(%rip) # 0x602510 <func+16>
0x000000000040131c <+111>: movq $0x401262,0x2011f1(%rip) # 0x602518 <func+24>
0x0000000000401327 <+122>: movq $0x401295,0x2011ee(%rip) # 0x602520 <func+32>
每個0x400a8c,400d44,400faa,401262和401295是功能 我猜0x602500(,%rax,8)
選擇合適的功能,通過RAX執行地址的源代碼。但我想確保我的猜測