反汇编 Visual Studio [英] Disassembly Visual Studio

查看:35
本文介绍了反汇编 Visual Studio的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否存在某种方法可以在 Visual Studio 中找到特定地址?当我反汇编我的 C++ 代码时,当一个函数被调用时(例如 call 6A25DDA4 )我想去那个地址,但我不明白如何到达它,除非向上或向下移动栏.我想直接输入地址找到.

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.

推荐答案

窗口顶部附近有一个标有地址:"的框.只需在其中输入您的地址(如果是十六进制,则以 0x 为前缀)并按回车键.

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.

截图:

这篇关于反汇编 Visual Studio的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆