Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.07 KB

File metadata and controls

39 lines (25 loc) · 1.07 KB

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.