简体   繁体   中英

How can I find out the base address of a debuggee process in Visual Studio C++ debugger?

Say, I just loaded my executable in the Visual Studio C++ debugger and triggered a breakpoint. I have a "fault offset" where the app crashed, that I'm assuming I need to add to the base address where the app loaded up at to get the spot where it crashed.

So how do I get that base address from the VS IDE debugger?

PS. The app was not compiled or changed in any way.

Open the Modules window from the Debug | Windows | Modules Debug | Windows | Modules Debug | Windows | Modules menu. This shows a list of all the modules (the EXE and the DLLs) and includes their load addresses.

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