From 93f2c9dfcd5bfc8ae1c904dfdd5a1b7acc81eb7d Mon Sep 17 00:00:00 2001 From: Tango Date: Sat, 28 Feb 2026 19:14:16 +0000 Subject: [PATCH] Updated README.md to clarify false positive on Windows Defender Screen. --- .gitignore | 3 ++- README.md | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0cafc1c..c70d3a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.venv/ \ No newline at end of file +.venv/ +OSCWalker.spec \ No newline at end of file diff --git a/README.md b/README.md index f455022..a2fd1dd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Extremely simple program that allows to track inputs from a Wii Balance Board into steps in VRChat using OSC. +## Windows Defender Screen + +The application has to detect inputs at all times and while the windows in unfocused in order to ensure movement reliability.
+Because of this, Windows Defender gets a bit scared, as there is an application that is "technically recording all inputs".
+While this is "technically true", none of these inputs gets saved anywhere. Have a look at the code. It's only checking if certain buttons are pressed. + ## Requirements ### Currently only works/tested with Windows. Have not tested with Linux, and I am not 100% certain that WiiBalanceWalker works on Linux.