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.
- Host: GitHub
- URL: https://github.com/pelock/cmempatch
- Owner: PELock
- Created: 2015-02-05T18:18:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T18:21:10.000Z (over 11 years ago)
- Last Synced: 2025-04-05T23:41:11.035Z (about 1 year ago)
- Language: C++
- Homepage: https://www.pelock.com
- Size: 133 KB
- Stars: 18
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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