https://github.com/spikehd/half-lunch
Experimenting with game hacking using Half Life 1
https://github.com/spikehd/half-lunch
Last synced: about 2 months ago
JSON representation
Experimenting with game hacking using Half Life 1
- Host: GitHub
- URL: https://github.com/spikehd/half-lunch
- Owner: SpikeHD
- License: gpl-3.0
- Created: 2023-03-01T18:19:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T21:48:34.000Z (over 3 years ago)
- Last Synced: 2025-12-25T17:11:34.047Z (6 months ago)
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Half Lunch
Experimenting with game hacking using Half Life 1.
# Building
Ensure you are using an environment with a 32-bit version of `g++` (or use the `-m32` flag when compiling)
1. `make build`
2. That's it
# Running
```sh
# To use the external version
.\no_inject
# DLL injection version
.\injector
```