home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Regmonex / ReadMe.txt next >
Text File  |  1997-12-22  |  5KB  |  120 lines

  1. ========================================================================
  2. RegMonEx 1.3.0.87 Read Me                                    23rd dec 97
  3. ========================================================================
  4. (c) 1997 by Jan Sultan (jsultan@tecs.de)
  5.  
  6. See the RegMonEx homepage at:
  7.  
  8.    http://stud.fh-wedel.de/~ii6059
  9.  
  10.  
  11. Disclaimer:
  12.  RegMonEx is freeware and provided "as is". You use it on your own risk!
  13.  The author does not take any responsibilites for any damage caused by
  14.  the use of the software or any of its components.
  15.  
  16. RegMonEx was written by Jan Sultan.
  17. This program is based on RegMon created by Mark Russinovich and
  18. Bryce Cogswell.
  19.  
  20. For more HARDCORE Tools visit their webpage at:
  21.  
  22.    http://www.ntinternals.com
  23.  
  24.  
  25. Thanks to all the users of RegMonEx who provided feedback.
  26. I've tried to implement as much of the suggestions as I could.
  27. Since RegMonEx is not commercial I can do no extensive testing or QA.
  28. If you find any bugs please notify me with an email.
  29.  
  30. Comments and critics on RegMonEx are very welcome.
  31.  
  32.  
  33. Share knowledge, Support creativity!
  34. Have fun and happy hacking!
  35.  
  36.  
  37. Jan
  38.  
  39.  
  40.  
  41. What is RegMonEx?
  42. ========================================================================
  43. RegMonEx is a registry monitoring tool. Once running it captures all
  44. calls to any registry releated API function and displays them in the
  45. RegMonEx-window.
  46.  
  47.  
  48. Installing RegMonEx
  49. ========================================================================
  50. For Windows 95 copy RegMonEx.exe and Regvxd.vxd into a local directory on
  51. your harddisk.
  52. For Windows NT copy RegMonExNT.exe and RegMon.sys into a local directory
  53. on you harddisk.
  54. Thats all! Start RegMonEx by running RegMonEx.exe/RegMonExNT.exe
  55.  
  56.  
  57. How to use RegMonEx (quick start)
  58. ========================================================================
  59. When RegMonEx is running "Capture" should be enabled by default.
  60. If somehow the driver could not be loaded "Capture" may be disabled.
  61. In this case make sure the driver is in the same directory as the
  62. executable and you use the appropriate version matching you OS.
  63.  
  64. Once "Capture" is enabled RegMonEx captures all accesses to the registry
  65. and lists them in the window.
  66. With "Events" "Filter" you can define a filter, so not all regitry
  67. accesses will be captured.
  68. With "View" "Filter" you can define a view filter, so only selected items
  69. will be displayed.
  70.  
  71.  
  72. Known Problems/Issues
  73. ========================================================================
  74. Under Windows 95 be aware that heavy registry access may let the driver
  75. crash. For example if you run RegMon and RegEdit and perform a search
  76. with no match (this means the whole registry will be read) the driver
  77. may crash (it does on my machine).
  78. This will cause the program accessing the registry to crash.
  79.  
  80. If there is heavy registry access RegMonEx will pump up its own priority
  81. to process all the information. This may slow down other programs
  82. running. If registry access gets back to normal and RegMon has
  83. read all data from the driver it will set its priority back to normal.
  84.  
  85. In the case mentioned above RegMonEx sometime seems to hang.
  86. But this is normal since the program is very busy reading all data from
  87. the driver. So if the window is not repainted properly wait some time
  88. before killing the process.
  89.  
  90. The printing routines are not bulletproof yet. So you may expierence
  91. problems when you have extreme long paths in your document.
  92.  
  93. See RelNotes.txt for further information.
  94.  
  95.  
  96. Sourcecode
  97. ========================================================================
  98. Sourcecode for v1.2 is available on demand (send me an email).
  99.  
  100. Please understand that I can't answer any questions concerning the
  101. sourcecode. The sources are provided like the program "as is".
  102. Please do not send me mails asking how to do this or that.
  103. You should check the newsgroups and the ms newsserver for that.
  104.  
  105. You may use the sourcecode of this program in any way you like.
  106. As long as you do not use it comercially!
  107. If you decide to use it, please notify me with an email and mention the
  108. the original authors.
  109.  
  110.  
  111. Building RegMonEx
  112. ========================================================================
  113. -RegMonEx was created using Visual C++ 4.2/5.0 and MFC 4.2/4.21.
  114.  I've included the workspaces for VC5.0 with the sources
  115. -Before you build RegMonEx you must define either WINNT or WIN95.
  116. -Make sure depending on WINNT/Win95 to include the correct IOCTLCMD.H.
  117. -Rember to copy the driver into the build directory and set the working
  118.  directory right when running it from debugger.
  119. -See RelNotes.txt for further information.
  120.