Search code examples
debuggingmemoryollydbgida

Memory map in IDA Pro similar to OllyDbg


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:

enter image description here


Solution

  • Program Segmentation

    in View > Open Subview > Segments

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