Results 1 to 6 of 6

Thread: System Monitoring method, help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2005
    Posts
    107

    System Monitoring method, help

    Hey, i'm trying to think of methods to detect if registry values are added or keyloggers are being used. I said methods, no code *required*, would be great to have some though , but i will be trying to do it in VB.

    Cheers

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: System Monitoring method, help

    Use Anti-Spywares....
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2005
    Posts
    107

    Re: System Monitoring method, help

    Thats not the point .

  4. #4
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: System Monitoring method, help

    Lookup the RegNotifyChangeKeyValue API function.

  5. #5
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: System Monitoring method, help

    RegNotifyChangeKeyValue is the api call to monitor registry changes, but won't notify if value is deleted

    do a search in the forums i am sure there will be some code examples

    pete

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: System Monitoring method, help

    Keyloggers use system-wide hooks, I don't know how exactly you find all the hooks implemented on a system but I'm sure there is a way to do it.

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