Code: Select all
mov ecx,[rdx]
mov [rax],ecx
I tried break and trace on conditional breakpoint of RAX==0x18AAEB00E64 and the Break And Trace and the call before it looks like below:
So now I know that RAX gets the value from ECX and ECX from RDX, but the call before the MemCpy has a totally different set of registers and I'm not sure how to proceed
If someone has this game installed and can help me out with step by step instructions on how to backtrace the value I would be really grateful.
Thanks.