shadowbrokers-exploits/windows/Resources/Ep/Scripts/DoormanGauze/VerifyRunning.eps

20 lines
453 B
PostScript
Raw Normal View History

#--------------------------------------------------------
# File: VerifyRunning.eps
#
# Wrapper script to verify DoormanGauze tools are running
#
# Modifications:
# 07/13/2005 Created.
#--------------------------------------------------------
@include "_DriverIncludes.epm";
@echo off;
if ($argc != 2) {
echo "Usage: $argv[0] <driverName>";
return false;
}
string $driver = $argv[1];
return _DriverVerifyRunning($driver);