aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3180b53de11e5fb489584864a56d4a2a0a395c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Mingw64 C++ Memory Driver

Made for [mingw-w64-dpp](https://github.com/utoni/mingw-w64-dpp).

```shell
make DPP_ROOT="[path-to-mingw-w64-dpp-dir]" all
```

or if you want to install driver/batch files somewhere e.g. to a mounted NTFS volume:

```shell
make DPP_ROOT="[path-to-mingw-w64-dpp-dir]" DESTDIR=/media/win10/Users/nobody/mingw64-kmem install -j8
```

# Examples

## Battlefield4 Driver (bf4.sys)

This ring0 based game hack provide you with:

 * two bullets per shell/shot
 * recoil removal
 * deviation removal
 * unlimited breath

As usual: Use it at your own risk!

## Escape From Tarkov (tfk.sys)

WiP!