From 81516a3241c9fcc96c049e71b9d91fc746de6c40 Mon Sep 17 00:00:00 2001 From: Adam Madsen Date: Mon, 9 Nov 2020 22:35:10 -0600 Subject: [PATCH] Add additional source --- src/ftrace.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ftrace.c b/src/ftrace.c index 493c378..9bffc3f 100644 --- a/src/ftrace.c +++ b/src/ftrace.c @@ -26,6 +26,8 @@ Place, Suite 330, Boston, MA 02111-1307 USA #include "ftrace.h" /* + * Much of this file was inspired by https://www.apriorit.com/dev-blog/546-hooking-linux-functions-2 + * * Honestly the whole removal of kallsyms_lookup_name is hella fishy, Google. * Thank you, Filip Pynckels * http://users.telenet.be/pynckels/2020-2-Linux-kernel-unexported-kallsyms-functions.pdf