|
-
Sep 19th, 2000, 02:03 PM
#1
Thread Starter
Junior Member
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 (  )!
-
Sep 20th, 2000, 05:04 AM
#2
New Member
You can use these Win32 API functions:
FindFirstChangeNotification
FindNextChangeNotification
-
Sep 20th, 2000, 07:52 AM
#3
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|