Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocking injtected keyboard inputs. #1005

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Oliver-1-1
Copy link

A common tactic to emulate keyboard presses is via win32api functions like keybd_event, SendInput, NtUserInjectKeyboardInput.
All these have the injected flag set.

/ Oliver

Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.28%. Comparing base (2844a7a) to head (36f909e).

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.
📢 Have feedback on the report? Share it here.

@dbuechel
Copy link
Member

Thanks a lot for your contribution, it is highly appreciated! We will review and merge your changes as soon as time permits.

@dbuechel dbuechel self-requested a review October 30, 2024 11:26
@dbuechel dbuechel self-assigned this Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants