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

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

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
```