Memory map in IDA Pro similar to OllyDbg

此生再无相见时 提交于 2019-12-11 03:29:44

问题


Does IDA Pro have a memory mapping functionality similar to that in OllyDbg? If so, I can't find it. I know there is that skinny bar at the top of the screen showing where you are in the address space and where memory is allocated, but I consider that kind of inadequate. This is what the memory map looks like in OllyDbg:


回答1:


Program Segmentation

in View > Open Subview > Segments

but it doesn't have that detailed information as OllyDbg has.



来源:https://stackoverflow.com/questions/22513863/memory-map-in-ida-pro-similar-to-ollydbg

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!