aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-13 17:29:05 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-13 17:29:05 +1100
commit048d28b28dcaba3b0773c129d8dd63084420b01e (patch)
tree513fc594ef6026fcfd02bc3abf743e01055fcccd /README.md
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
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
+```