pointer_scanner_linux
A C++20 program which finds static pointer chains to addresses in dynamic regions of memory.
Dependencies
CMake : Cmake is a cross platform, open source build system generator.
Building from Source
$ git clone https://git.nj3.xyz:443/pointer_scanner_linux
Then compile from source via cmake after moving into the pointer_scanner_linux directory.
$ cd ./pointer_scanner_linux
$ cmake ./
$ make
