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