Jump to content
Tuts 4 You

i need help in x64dbg


MR.Med.Ali

Recommended Posts

Hello I need help getting the origins (the call) of this "lea" instruction using x64dbg
image.png.b2b8747766cd1ef26019403311795291.png

 

thanks

when i try to find the reference using the address i get nothing 

Link to comment
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"

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...