https://github.com/frontear/memobf
A dead simple memory obfuscation program, similar to memfrob
https://github.com/frontear/memobf
Last synced: 11 months ago
JSON representation
A dead simple memory obfuscation program, similar to memfrob
- Host: GitHub
- URL: https://github.com/frontear/memobf
- Owner: Frontear
- License: gpl-3.0
- Created: 2023-10-11T20:59:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T23:34:34.000Z (over 1 year ago)
- Last Synced: 2025-01-26T11:26:59.686Z (about 1 year ago)
- Language: Nix
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# memobf
A dead simple memory obfuscation library, capable of obfuscating any memory buffer with a given key. Supports reversal and in-place modification. Dependency free and suited for any system.
## How to use
- `#include "memobf.h"` in your projects
- Use `memobf()` to obfuscate a block of memory to any extent in bytes.
- Use `obfmem()` to reverse the process (use the same key or the data will not be returned correctly)
## License
All code in this repo is subject to the GNU General Public License v3.0. Please be mindful of this when forking, download, and redistributing.