tr4cefl0w Posted May 24, 2017 Posted May 24, 2017 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. There is no such thing in x64dbg so I was wondering if there was another method to do the same. Thanks!
CodeExplorer Posted May 24, 2017 Posted May 24, 2017 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. 1
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