Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francisrstokes/mem-dump-zig
Zig port of my python memory dumper
https://github.com/francisrstokes/mem-dump-zig
Last synced: 14 days ago
JSON representation
Zig port of my python memory dumper
- Host: GitHub
- URL: https://github.com/francisrstokes/mem-dump-zig
- Owner: francisrstokes
- Created: 2023-11-10T18:52:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T22:21:50.000Z (12 months ago)
- Last Synced: 2024-04-16T01:08:11.095Z (7 months ago)
- Language: Zig
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# mem-dump
This is a zig port of the [python memory dumper](https://github.com/lowbyteproductions/memory-dumper) code written in ["Getting up in another processes memory" video](https://www.youtube.com/watch?v=0ihChIaN8d0) I made on the Low Byte Productions YouTube channel.
It's a small project meant for getting to grips with zig, and as such is probably doing a bunch of stuff wrong/weird.