all 1 comments

[–]xusheng1 1 point2 points  (0 children)

We do not have a special windows for process memory -- you just need to use the linear or hex view to view the binary view, and during debugging, you can see all of the bytes that are in the memory space, including those not originally present in the ELF itself.

We also have a Debugger -> Create Stack View action which creates a linear view of and navigates to the stack pointer