Results 1 to 5 of 5

Thread: Monitoring what a program is doing

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Posts
    79

    Post

    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?

  2. #2
    Fanatic Member
    Join Date
    Sep 2000
    Location
    UK.
    Posts
    728

    Wink 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]

  3. #3
    New Member
    Join Date
    May 2000
    Location
    Australia
    Posts
    1

    Exclamation 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.
    Aaron Murgatroyd

  4. #4
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    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.

  5. #5
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    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
  •  



Click Here to Expand Forum to Full Width