https://github.com/isaka-james/memory-exploit-game
Hack software by intercepting and manipulating memory on Linux.
https://github.com/isaka-james/memory-exploit-game
hacking-memory heap-exploitation linux memory memory-game memory-hacking process-hack
Last synced: 10 months ago
JSON representation
Hack software by intercepting and manipulating memory on Linux.
- Host: GitHub
- URL: https://github.com/isaka-james/memory-exploit-game
- Owner: isaka-james
- License: mit
- Created: 2024-07-09T18:43:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-09T18:59:28.000Z (over 1 year ago)
- Last Synced: 2025-01-26T16:47:25.103Z (12 months ago)
- Topics: hacking-memory, heap-exploitation, linux, memory, memory-game, memory-hacking, process-hack
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Memory Exploit Game đžđšī¸
### Introduction
Memory Exploit Game is a command-line game on Linux where you manipulate memory to influence gameplay dynamics. The challenge includes guessing characters (m, a, s, t, e, r) to maintain your balance without running out.
### Game Dynamics
- **Initial Balance:** 300
- **Guessing Mechanism:** Choose characters (m, a, s, t, e, r).
- **Outcome:**
- Correct Guess: Balance x2.
- Incorrect Guess: Deduct 100 from balance.
- **Game Termination:** Balance hits 0, displaying the number of moves made.
- **Endless Play:** Continues indefinitely if you keep guessing correctly.
### Hack Script (hack.sh)
Use `hack.sh` to gain privileged access and manipulate memory to cheat the game. The game's challenge includes code segments placed in the heap, increasing the difficulty of cheating effectively.
### Usage
1. **Run the Game:**
```bash
./game
```
Start the command-line game.
2. **Use Hack Script:**
```bash
sudo ./hack.sh
```
Access and manipulate memory to influence game outcomes.
### Purpose
Explore memory exploitation techniques to modify game behavior on Linux systems without source code access.
[MIT](LICENSE)