MR.Med.Ali Posted June 28, 2023 Posted June 28, 2023 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
RADIOX Posted June 29, 2023 Posted June 29, 2023 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"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now