Results 1 to 1 of 1

Thread: [VB6] Detect if process is hung

  1. #1

    Thread Starter
    Member Dragokas's Avatar
    Join Date
    Aug 2015
    Location
    Ukraine on fire (country of slaves)
    Posts
    750

    [VB6] Detect if process is hung

    It's a console application based on IsHungAppWindow API.

    Syntax:

    FreezeDetector.exe [opt_Filters]

    Filters:
    "IMAGENAME eq [Process name]"
    "PID eq [Process ID]"

    Note: All filters should be quoted

    Examples:
    FreezeDetector.exe without arguments - will list all processes with hung windows
    FreezeDetector.exe "IMAGENAME eq my.exe" - check if my.exe process' window is hang
    FreezeDetector.exe "PID eq 1234" - check if window of process with Process ID 1234 is hang.

    Return exit code:
    0 - was hang
    1 - no hangs found.

    Compatibility: Win2k+
    Attached Files Attached Files
    Malware analyst, VirusNet developer, HiJackThis+ author || my CodeBank works

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