Results 1 to 3 of 3

Thread: FileMonitor/RegMonitor / APIMonitor?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    30

    Cool

    HI AGAIN!

    Somewhere in the internet there are tools like FILEMON, REGMON etc.
    FILEMON monitors all files that are currently accessed by the operating system.
    REGMON monitors all registry keys that all apps in windows read/write from.
    How does these useful tools work?
    Or you can find some "file protectors", which prevents your files from beeing accessed by others. If somebody want to open a protected file, the programms wants to have a password. How does this one work?
    IS there a possibility to monitor ALL API-calls from ALL apps?!? (i don't want to use/write a debugger!)

    Thanks a lot!
    Currently using VB6 Enterprise, but VC++ is much better for API ( )!

  2. #2
    New Member
    Join Date
    Sep 2000
    Posts
    1
    You can use these Win32 API functions:

    FindFirstChangeNotification
    FindNextChangeNotification

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    30

    Cool

    OK, that's for files (dirs)! But I need something to monitor API Calls... Assembler stuff is very welcome!
    Currently using VB6 Enterprise, but VC++ is much better for API ( )!

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