Blocking injtected keyboard inputs.#1005
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1005 +/- ##
=======================================
Coverage 55.28% 55.28%
=======================================
Files 226 226
Lines 13509 13509
Branches 1482 1482
=======================================
Hits 7469 7469
Misses 5722 5722
Partials 318 318 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks a lot for your contribution, it is highly appreciated! We will review and merge your changes as soon as time permits. |
dbuechel
left a comment
There was a problem hiding this comment.
Thanks for your contribution!
|
@Oliver-1-1 The changes are now integrated, you can test them in the latest development build of version 3.10.0: https://sebdev.ethz.ch/api/buildjobs/c255wokkg7wx33a0/artifacts/SEB_3.10.0.810_SetupBundle.exe. Please note that any further improvements or changes must be done before July 31st in order to be part of the upcoming release version 3.10.0. |
A common tactic to emulate keyboard presses is via win32api functions like keybd_event, SendInput, NtUserInjectKeyboardInput.
All these have the injected flag set.
/ Oliver