Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.