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

https://github.com/pelock/cmempatch

A simple class in C++ to load and read/write process memory, it comes with an example of how to decrypt the once popular demoscene e-zine HUGI data archives.
https://github.com/pelock/cmempatch

Last synced: 11 months ago
JSON representation

A simple class in C++ to load and read/write process memory, it comes with an example of how to decrypt the once popular demoscene e-zine HUGI data archives.

Awesome Lists containing this project

README

          

# CMemPatch
This is a simple class in C++ to load and read/write process memory.

It comes with an example of how to decrypt the once popular demoscene e-zine HUGI's data archives.

You can find HUGI at http://www.hugi.scene.org/

E-zine engine is based od Chris Dragan's work.

1. The e-zine executable is run
2. The decryption keys for the data package is read
3. Data package is decrypted and stored on disk

Bartosz Wójcik
http://www.pelock.com