Skip to content

unaimeds/memory-graph

Repository files navigation

Memory Graph

Memory graph is an online service for visualizing memory structures, including pointers, addresses, and their relationships.

I built this tool while learning reverse engineering to help visualize pointer chains and their connections, as manually drawing them in a notebook was becoming cumbersome.

Screenshots

first preview second preview

Features & Contributions

Contributions are welcome, feel free to submit a pull request!
If you have a feature request or an improvement suggestion, please open an issue describing your idea.

Build

To build the project using npm, run the following commands:

git clone https://github.com/unaimeds/memory-graph.git
cd memory-graph
npm install
npm run build

Development

If you want to work on the project, follow the same steps as in Build, but instead of the last step, run:

npm run dev

License

This project is under the MIT license. See LICENSE file for more details.

About

Memory graph is an online service for visualizing memory structures, including pointers, addresses, and their relationships.

Resources

License

Stars

Watchers

Forks

Contributors