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
Actually this is computed table jmp, where the 0x402680 is address of tabele and rax is index of 8 byte (qword) pointer.