https://github.com/tracer755/memory-mapped-file-viewer
A tool to read a memory mapped file
https://github.com/tracer755/memory-mapped-file-viewer
debug-tool debugging memory-mapped-file viewer
Last synced: 7 months ago
JSON representation
A tool to read a memory mapped file
- Host: GitHub
- URL: https://github.com/tracer755/memory-mapped-file-viewer
- Owner: tracer755
- Created: 2023-07-05T07:47:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T08:09:46.000Z (almost 3 years ago)
- Last Synced: 2024-12-27T14:09:39.321Z (over 1 year ago)
- Topics: debug-tool, debugging, memory-mapped-file, viewer
- Language: C#
- Homepage:
- Size: 11.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory-Mapped-File-Viewer
A tool to read and view a memory mapped file
Just input the name of the memory mapped file and boom. The output will display in the output box.
The app can also be used to get a live feed of the file or just to read the file once.
I might update this at some point.
But it was just a neat little debugging tool I made.