Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 387 Bytes

KeyLogger

A simple keylogger written in C++ (work under progress)

Development

IDE : CodeBlocks

Compile using g++ and pass the flag -mwindows

Current Status

As of now, this keylogger logs all the keys in readable format.

To Do

  • Update the code to display all the keys in readable format
  • Encode the log file so that it can only be read by the desired person