From a7a26a06cd208ffaa869a701b16f0bf7274b705c Mon Sep 17 00:00:00 2001 From: zervo Date: Mon, 16 Sep 2024 09:01:30 +0200 Subject: [PATCH] Add SEB instructions (not done) --- SafeExamBrowser/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SafeExamBrowser/README.md diff --git a/SafeExamBrowser/README.md b/SafeExamBrowser/README.md new file mode 100644 index 0000000..3d36a1a --- /dev/null +++ b/SafeExamBrowser/README.md @@ -0,0 +1,15 @@ +# Safe Exam Browser + +Most exams are conducted using Safe Exame Browser. + +This program has hundreds of checks in place to make sure you don't modify your system or the software itself. + +This includes things like checking if it is running in a virtual machine, monitoring multiple screen parameters, keyboard(s) etc. + +And worst of all: it is only available on windows and mac. + +Together with the help of a few friends, I'm trying to make a linux client that works with official servers without the integrity checks. However, this has proven to be incredibly difficult. + +In the meantime, your only option is to run a windows VM and manually patch your SEB installation to not detect VMs, will at the same time trying not to trigger one of the many integrity checks that the software has. + +I am working on creating a simple repeatable method for this, and will update these instructions as soon as possible. In the meantime, you will have to use another computer or dualboot. Or figure out the patching yourself (SEB is opensource).