shocking troof
Programmer
Hi guys, I'm working on reverse engineering assembly code for a class. I'm stuck on this line:
mov 0x402700(, %rax, 4), %eax
rax holds 9, eax holds 9, and 402700 holds 10 on on the line before execution
What exactly is that line doing? Also, what would look like in c? Thank you
mov 0x402700(, %rax, 4), %eax
rax holds 9, eax holds 9, and 402700 holds 10 on on the line before execution
What exactly is that line doing? Also, what would look like in c? Thank you