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
Getting things into Intel syntax always makes stuff clearer:
FF24C5 80264000 JMP QWORD PTR [RAX*8+402680]