/iLogger

Windows key logger console application that works in background

Primary LanguageC++

iLogger

This is a windows console application built on c++ that works in background and logs every key strokes on both keyboard and mouse. This is quite simple application that utilizes the GetAsyncKeyState asyncronous function, which itteratively checks the state of each key whether its pressed or not.

Application Specification

  • Functional Asyncronous Programming Implementation
  • Run, and hide application in background
  • Windows Console Application

Version

1.0 Stable

Technology

  • Visual Studio 2015
  • C++ Programming
  • Asyncronous Functions

Installation

You need Visual Studio to run the solution.

  • Open Visual Studio
  • Click File -> Open -> Project Soltuoin
  • Navigate to location of source code clone
  • Build, Compile and Run Solution

License

Windows Console application that key logs all keystroke on both mouse and keyboard.

Copyright (c) 2016, PrinceZUK.

Written by Zakaria hello@princez.uk

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

The program lets you key log all key strokes that happens on the running device keyboard and mouse.