Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 314 Bytes

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