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.
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.
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 buildIf you want to work on the project, follow the same steps as in Build, but instead of the last step, run:
npm run devThis project is under the MIT license. See LICENSE file for more details.

