Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Information about given memory location #339

Open
seanptmaher opened this issue Oct 18, 2024 · 1 comment
Open

Feature Request: Information about given memory location #339

seanptmaher opened this issue Oct 18, 2024 · 1 comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement.

Comments

@seanptmaher
Copy link

Opening an address in the memory view, I typically have a general idea what that address is, but it would be super helpful if I had info presented to me (off the dome, surely there would be more) about

  • whether it is a mapped image, and if so, which image,
  • if it's a PE/dll, what section it resides in
  • rwx permissions
  • if it resides in an executable section, is it a known function?
@mistymntncop
Copy link

This would be very useful yeah! Basically providing all the same information from SysInternal's VMMap. Table and visual summaries. Tables of Virtual Memory regions and their properties, etc.

@ryanfleury ryanfleury added Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement. labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement.
Projects
None yet
Development

No branches or pull requests

3 participants