Posted June 28, 20232 yr Hello I need help getting the origins (the call) of this "lea" instruction using x64dbg thanks when i try to find the reference using the address i get nothing
June 29, 20232 yr 15 hours ago, MR.Med.Ali said: when i try to find the reference using the address i get nothing 1.Examine the registers and memory. In the register view, check the value of RAX to see the calculated effective address. 2.Switch to the memory view and navigate to the address indicated by the effective address in RAX. You should be able to see the contents of that memory location. 3.To find references to this memory address, right-click on the memory address in the memory view and select "Find references"
Create an account or sign in to comment