Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Does it exist some way to find a specific address in visual studio ? when I disassembly my c++ code, when a function is called (ex. call 6A25DDA4 ) I'd like to go to that address, but I cannot understand how to reach it except by moving the bar up or down. I would like to type the address directly and find it.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
276 views
Welcome To Ask or Share your Answers For Others

1 Answer

There's a box near the top of the window labelled 'Address:'. Just type your address in there (prefixed with 0x if it's hex) and press return.

Screenshot:

Visyal Studio Disassembly Window Screnshot


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...