Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/learn-more/memview
Show all mapped memory in a process
https://github.com/learn-more/memview
application tool utility win32 winapi winapi-ui windows
Last synced: 4 months ago
JSON representation
Show all mapped memory in a process
- Host: GitHub
- URL: https://github.com/learn-more/memview
- Owner: learn-more
- License: mit
- Created: 2021-03-14T20:48:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T20:59:42.000Z (over 1 year ago)
- Last Synced: 2023-10-20T21:12:27.301Z (over 1 year ago)
- Topics: application, tool, utility, win32, winapi, winapi-ui, windows
- Language: C++
- Homepage: https://learn-more.github.io/MemView/
- Size: 454 KB
- Stars: 13
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MemView
[![Build status](https://ci.appveyor.com/api/projects/status/h8kuegl54ehd6jcm/branch/master?svg=true)](https://ci.appveyor.com/project/learn-more/memview/branch/master)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://spdx.org/licenses/MIT)
![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/learn-more/MemView?include_prereleases&sort=semver)
![Works on Windows XP](https://img.shields.io/badge/Works%20on-Windows%20XP-blue)## Show all mapped memory in a process
See https://learn-more.github.io/MemView/ for an overview of the features.
Main window:
![Layout](docs/MemView.png)
Hex-view:
![Hexview](docs/MemView-hex.png)