From d79073ce80f1f6e4fc228a3a9d018b10d221629e Mon Sep 17 00:00:00 2001 From: telans Date: Thu, 16 Apr 2020 23:57:11 +1200 Subject: [PATCH] update readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b94484f..86a09b2 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ Cartographer is a linux kernel module that is able to modify and hide linux memo Your distro provider probably put a list of your config options in `/boot/config*`, there's a good chance your kernel already has these options, but if it does not, you'll have to rebuild from source. * Kernel headers for your current kernel. * elfutils development package ( "elfutils-libelf-devel" for redhat, "libelf-dev" for ubuntu ) -* Development Essentials ( make, gcc, etc. ) +* Development Essentials ( make, gcc>=9, etc. ) ## Build Instructions * After installing kernel headers, you should just be able to use the makefile. * `make` in the cartographer directory. ## AUR Installation -* You can install Cartographer by using the AUR helper of your choice and the package [cartographer-git](https://aur.archlinux.org/packages/cartographer-git/) +* You can install Cartographer by using the AUR helper of your choice and the package [cartographer-dkms-git](https://aur.archlinux.org/packages/cartographer-dkms-git/) * Load the module by using `sudo modprobe cartographer` ## How to Use @@ -93,5 +93,3 @@ After: -Alexey Lozovsky - For his series of articles [part1](https://www.apriorit.com/dev-blog/544-hooking-linux-functions-1) about ftrace and hooking with ftrace along with code snippets that I used in this project. -[Heep](https://github.com/greenbytesoftware) for the Idea of changing maps this way. - --[telans](https://github.com/telans) for the AUR package.