What does the following line mean:
... 401147: ff 24 c5 80 26 40 00 jmpq *0x402680(,%rax,8) ...
What does the asterisk in front of the
It's a jump to an address contained in memory. The address is stored in memory at address rax*8+0x402680, where rax is the current rax value (when this instruction executes).
rax*8+0x402680
rax