KeyLogger In C++ Programming Language + Source Code

 


                                                 What Is Purpose Of This Post.

This Is Created Only For Educational Purpose .

What You Need To Write This Key Logger. ?

    1. Basic Understanding And Working Of Programming Language.
    2. Basic Understanding Of C++
    3. Knowledge Of GetAsyncKeyState() Function.
    4. Knowledge Of Keyboard Key Pre-Defined Code By Micro-Soft.

Why Need For Key Logger.

    1. We Can Detect Our Key Board Working.
    2. We Can Use As A Pen-Tester. { For Educational Purpose. }

Working Of Key Logger :

    1. This Detect Which Key Is Pressed In Key Board.
    2. This Save Key Presses On Log . txt File .
    3. This Program Run As Back Ground Service.

How To Code This :

    1. I Have Created A While Loop.
    2. In This While Loop It Check Again And Again Key Presses Of Key Board
    3. It Is Created In C++ So It Check Key Presses By C++ Pre-Defined Function Called { GetAsyncKeyState() }

4. You Can Code This Like . If ( GetAsyncKeyState() == ‘B’ )

{

Save This To Log.txt File One Thing Must Be Note : Open File Append + Mode

}

What You Have Learn In This Post.

1.You Learn Close Working With Key Board.

2. Deep Understanding Of Programming Language.

Download_Link

Virus Total Link.

                                                                    

Comments

Popular posts from this blog