Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use Win32::API;
    ...
        print Dumper(\%h);
    } while ($h{NextEntryOffset});
    
  2. or download this
    typedef struct _SYSTEM_PROCESS_INFORMATION 
    {
    ...
     IO_COUNTERS IoCounters;
     SYSTEM_THREAD Threads[0];
    } SYSTEM_PROCESS_INFORMATION, *PSYSTEM_PROCESS_INFORMATION;