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

My demo keylogger will not function as normal when app is published #1

Open
d0773d opened this issue Nov 29, 2019 · 1 comment
Open

Comments

@d0773d
Copy link

d0773d commented Nov 29, 2019

I'm not sure if this issue is a Windows 10 security thing.... I created a demo keylogger app which functions as normal when I run the app in VS Studio 2019 community. My demo app captures key presses and saves the key presses into a textbox for a proof of concept.

I then go to Build -> Publish and follow the onscreen prompts to build/publish my app. I then execute setup.exe to install my demo app. My demo app opens just fine without errors; however, the keylogger doesn't seem to capture any key presses to place the captured key presses into the textbox.

Did Microsoft block this type of functionality into their newer versions of Windows?

@nickrussler
Copy link
Owner

Maybe they do check for hooks. Try to use the polling method and if that should not work try to even remove any hooking code completely.

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

No branches or pull requests

2 participants