diff --git a/doc/dev_journal.md b/doc/dev_journal.md index 2365eac..cf96a4c 100644 --- a/doc/dev_journal.md +++ b/doc/dev_journal.md @@ -177,4 +177,6 @@ All in all, the main functionality works as intended. Basically now would be the ## Wednesday, 7, June 2023 ### Michel + I have written 1 systemtap scripts, that can detect, whenever a module registers at the Keyboard-notifier. The Script can currently detect whenever a module registers. My script cant detect which kernel module registered. Here comes Sebastians idea of writing a python script, that can unload all un-known modules and loads them back in, whilst the stap-script is running. Whenever a module is loaded in, and it triggers the stap-script, we know it is tracking key-strokes. Those modules will be shown to the user and the user then has to decide whether to unload and remove them, or keep them. My script is based on a redhat-script. The redhat-script is called funcall_tracer2.stp . The idea behind both scripts is the same. My script is simplyfied for the use with python. +