CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Apr 2007
    Posts
    16

    [Semi-resolved] Win32 API hooks and OS hardening

    Hi guys,

    I have an application written as a windows service (installed to run as localsystem) that will specifically monitor one application and securely inject a password when it detects the correct screen. It works perfectly when I test it on every PC and VM in the office, but at the client site, the service can't see any windows events AT ALL. I'm really confused.

    When i enable full logging of the Win32 events, my app in the office grabs a shedload of events. But the service running on the client site doesn't see a thing. If I launch the observer module at the command line rather than through the service, it works!!

    Is there any OS hardening setting that could be blocking my app on the client's PC?

    Regards,
    mike
    Last edited by rashkar; April 15th, 2007 at 08:55 PM.

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

Featured