blob: 1028a457b46efaf996b79b7396dae90093ac5e17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# pointer_scanner_linux
A C++20 program which finds static pointer chains to addresses in dynamic
regions of memory.
## Dependencies
[CMake](https://cmake.org) : Cmake is a cross platform, open source build system generator.
## Building from Source
```console
$ git clone https://salvestromartin.com:443/nJ3ahxac/pointer_scanner_linux.git
```
Then compile from source via cmake after moving into the pointer_scanner_linux
directory.
```console
$ cd ./pointer_scanner_linux
$ cmake ./
$ make
```
|