Changes between Version 14 and Version 15 of w32apimon


Ignore:
Timestamp:
Aug 28, 2008, 8:01:02 PM (15 years ago)
Author:
rplessl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • w32apimon

    v14 v15  
    55== Win32::Monitoring::DLLInject ==
    66
    7 The Win32::Monitoring::DLLInject module provides a mechanism allowing a Perl pro
    8 gram to inject (self written) code into a running Windows program or a DLL. This
    9  functionality can be used for patching or instrumenting code.
     7The Win32::Monitoring::DLLInject module provides a mechanism allowing a Perl program to inject (self written) code into a running Windows program or a DLL. This functionality can be used for patching or instrumenting code.
    108
    11 Additionally, a communication channel using a Windows mailslot is set up. This c
    12 hannel can be used for sending information, e.g. status information or time meas
    13 urements, back to the Perl application that injected the code.
     9Additionally, a communication channel using a Windows mailslot is set up. This channel can be used for sending information, e.g. status information or time measurements, back to the Perl application that injected the code.
    1410
    15 As a bonus, we provide an example for a DLL implementation that allows for adding time
    16 measuring to any Win32 application without requiring further modules.
     11As a bonus, we provide an example for a DLL implementation that allows for adding time measuring to any Win32 application without requiring further modules.
    1712
    1813== Win32::Monitoring::Session ==
    1914
    20 The Win32::Monitoring::Session module provides an interface to query Windows
    21 for additional session information. Most notably the exact logon time which
    22 seems to be rather difficult to get a hold of more or less portable way.
     15The Win32::Monitoring::Session module provides an interface to query Windows for additional session information. Most notably the exact logon time which seems to be rather difficult to get a hold of more or less portable way.
    2316
    24 Note that windows seems to treat this kind of information as privileged. As
    25 a normal user you can only get information about your own processes and your
    26 own session. Admin will be better of in this respect.
     17Note that windows seems to treat this kind of information as privileged. As a normal user you can only get information about your own processes and your own session. Admin will be better of in this respect.
    2718
    2819== Win32::Monitoring::!WindowPing ==
    2920
    30 The Win32::Monitoring::!WindowPing module provides a function to check if a
    31 windows desktop window was willing to respond to user input along with a set
    32 of companion functions such that you can implement a nice window alive
     21The Win32::Monitoring::!WindowPing module provides a function to check if a windows desktop window was willing to respond to user input along with a set of companion functions such that you can implement a nice window alive
    3322program without requiring further modules.
    3423