Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28

Thread: I've written a windows keylogger in C

  1. #21
    yes, i'm very curious too, i have compiled it several rimes on dev-cpp, and i haven't even received one warning doing so...

  2. #22
    Banned
    Join Date
    Apr 2004
    Posts
    93
    hi lepricaun
    this is one seriously good code i have seen yet
    i would like to thank u about the code u gave to all of us
    and i would also like to ask the basic principle u used(if u dont mind)
    send it to me if u can
    also plz tell me HOW WERE U ABLE TO DO SUCH A THING!

  3. #23
    well, thanks for your compliment, but it isn't that great at all

    i've simple used the windows API GetAsyncKeyState() and put this in a loop for every character. once one is found, the program checks which one it is and which action to take (print a character).

    thats all, there's nothing to it, it looks more difficult then it is

  4. #24
    Senior Member gore's Avatar
    Join Date
    Oct 2002
    Location
    Michigan
    Posts
    7,177
    This thread is like 4 years old. Normally it's better to just start a new one when half the people in here aren't even going to see this.

  5. #25
    Junior Member
    Join Date
    Sep 2005
    Posts
    17
    who are you referring to ?
    lol, it seems to me that you are the one who just revived this 4 year old post?!

  6. #26
    Banned
    Join Date
    Aug 2001
    Location
    Yes
    Posts
    4,424
    who are you referring to ?
    lol, it seems to me that you are the one who just revived this 4 year old post?!
    The post Gore was referring to (which was indeed a post referring to a 4-year old thread) was deleted...

  7. #27
    Keeping The Balance CybertecOne's Avatar
    Join Date
    Aug 2004
    Location
    Australia
    Posts
    660
    compiled version available for download?
    "Any intelligent fool can make things bigger and more complex... It takes a touch of genius --- and a lot of courage to move in the opposite direction."
    - Albert Einstein

  8. #28
    Senior Member nihil's Avatar
    Join Date
    Jul 2003
    Location
    United Kingdom: Bridlington
    Posts
    17,188
    closed

Posting Permissions

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