Skip to main content

All Questions

Tagged with
2 votes
1 answer
2k views

Can I fool keyloggers by simulating fake key strokes?

I am making a PC application with authentication. It is using a salted encryption and works well safety wise. Still my main concern now is with keyloggers. So I thought that maybe I could solve (in a ...
PeterKima's user avatar
10 votes
1 answer
2k views

Are keyboard hooks inherently malicious?

My software is using low-level keyboard and mouse Win32 hooks for legitimate reasons (if it's any relevant, it's for determining a change in the caret position of the active code pane in the VBA IDE). ...
Mathieu Guindon's user avatar
7 votes
1 answer
1k views

Why Antiviruses does not check the library modules of exe to detect hook?

I write a simple keylogger by C# in Windows (using Hook method SetWindowsHookEx). I checked my application with most antivirus and anti-spyware programs, but none detect it. Why don't these antivirus ...
Mahdi Amrollahi's user avatar
0 votes
2 answers
2k views

How to defeat software keyloggers [duplicate]

Is it possible to defeat software keyloggers? I remember reading long ago about programs run from a USB which will defeat keyloggers. The software works (if I remember correctly) by intercepting ...
Rubber Duck's user avatar
-5 votes
6 answers
24k views

Will antivirus detect all keyloggers?

Our company schedules Security Training courses for our personnel. In order for us to test them, we develop code such as keyloggers which we email to our personnel to detect stupid personnel, and of ...
saber tabatabaee yazdi's user avatar