I started learning some game hacking recently.I have been watching videos and practicing.I tried to find a static entity in a game but i stuck at an address.When i start "what accesses this address" process i change a value in game and check the table.I see this
7FFF36815300 - 48 8B 04 C1 - mov rax,[rcx+rax*8]
What should i do to find the offset here ? Does rax*8 means multiply rax with 8 ? I couldn't find any address which has rax multiplied by 8 value.Looking for your help.