Results 1 to 2 of 2

Thread: Keylogger

  1. #1
    ChimpFace9000
    Guest

    Post Keylogger

    I want to make a program that will save all the key stokes from the keyboard to a file. Im totally clueless on how to go about doing this, so could you tell me what kind of topics i should look into?

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Well if you are making a keylogger you will need to install a system hook that will monitor all keystrokes (even when the app doesn't have the focus) and unlike VB it will rwally work here. Then when the program is unloaded just save the text in a file (i'm sure you know how to do that). Here is an sample project that uses a system hook (dll & exe projects).
    Attached Files Attached Files
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width