From 048d28b28dcaba3b0773c129d8dd63084420b01e Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Thu, 13 Feb 2025 17:29:05 +1100 Subject: initial commit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1028a45 --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` -- cgit v1.2.3