Jump to content
Tuts 4 You

Assembly column in x64dbg's reference window


tr4cefl0w

Recommended Posts

Hey guys,

First of all, sorry if this question has already been answered. I looked up first but didn't find anything. So I'm pretty new to reversing and I went through a few of Lena's tutorials but I decided to go through once again using x64dbg this time.

Near the end of part 4, it shows OllyDbg's reference window. There is a Disassembly column that shows where the instruction that pushes this string.

Capture.PNG.658013edb003f45087f012738a8a74c6.PNG

There is no such thing in x64dbg so I was wondering if there was another method to do the same.

Thanks!

Link to comment
CodeExplorer

In x64dbg on CPU window click on any address and click on Search for -> Current module -> String references
There you will see all string from current module,
on Search text box enter a text to be found and x64dbg will filter Strings.
You can click an string address and choose Follow in Dissasembler.
 

  • Like 1
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...