Skip to content

DUDLEYDANIEL/Keylogger-for-a-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is a Keylogger program using the python ctypes module, by directly interacting with the Windows API:

The Main API used for this program with reference to the official windows api documentation:

  • GetWindowTextLengthA
  • GetWindowTextA
  • GetKeyState
  • GetKeyboardState
  • ToAscii
  • callNextHookExA
  • GetnextHook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages