From a1cd52a1cbc696eaca7f739cbea693ad98717720 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Tue, 9 May 2023 21:23:03 +0200 Subject: [PATCH] Minor reformat of journal entry. \n\n\n Upon checking journal entry in github a minor missformatting appeard. This commit fixes it. --- doc/dev_journal.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/dev_journal.md b/doc/dev_journal.md index a8c2876..6e8ecb2 100644 --- a/doc/dev_journal.md +++ b/doc/dev_journal.md @@ -9,6 +9,7 @@ Suggested steps of our kernel module: 1. Search the /dev/input/ directory and figrue out which devices correspond to the keyboard. 2. Check who is reading from that file. 3. Somehow figure out what reading is malicious and which not (?!). + Possible flow if it is clearly a user program: 1. On Start, search Keyboard file as above. 2. Start monitoring who has it open.