简体   繁体   中英

Disassembly Visual Studio

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.

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 反汇编窗口截图

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM