|
-
Sep 28th, 2000, 12:20 PM
#1
Thread Starter
Lively Member
I want to be able to see what file and registry changes a file is making, equivilent to filemon and sysmon. Does anyone know how to do this?
-
Oct 1st, 2000, 07:08 AM
#2
Fanatic Member
Hooks
I think it is actually possible to set up a system wide hook monitoring registry access (in a C/C++ DLL), but i haven't got a clue how to do this etc 
Soz
Digital-X-Treme
Contact me on MSN Messenger: [email protected]
[VBCODE]Debug.Print Round(((1097) - ((55 ^ 5 + 311 ^ 3 - 11 ^ 3) _
/ (68 ^ 5))) ^ (1 / 7), 13)[/VBCODE]
-
Mar 5th, 2001, 08:45 PM
#3
New Member
THis is definitly possible.
I wish to this same thing in VB, i know it is possible to do in windows because i have this program called RegMon which monitors the registry and displays it. It is made by Jan Sultan.
-
Mar 6th, 2001, 09:24 AM
#4
Frenzied Member
Well I've seen a program doing this, it was written in C++, *but* it needed a VxD to integrate into windows and get info about which file was written to wich byte was changed and stuff, real cool, altough I have no clue how to make VxD's...
About that registry thingie, that's easier, because there are callback api's that notify you when something changes, and I believe it also tells you what's changing...
There's something like that for files, but they only let you know if it changed...
oh wait.. there's something that tell's you if it's getting renamed and to what it's renamed/copied/whatever...
Lemme look it up for ya... I can remember it was in some beta state or something so be careful
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Mar 6th, 2001, 09:29 AM
#5
Frenzied Member
I believe this is what you're looking for...
it's for VB, but it shouldn't be too hard to convert to C++
http://www.mvps.org/vbnet/code/shell/shchangenotify.htm
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
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
|