shadowbrokers-exploits/windows/Resources/Dsz/Scripts/Include/_Commands.dsi

12 lines
231 B
Text
Raw Permalink Normal View History

#-------------------------------------------------------------------------
Sub _StartCommand(IN string $cmd, OUT int $id)
{
`$cmd`;
$id = <int>%_sgEnv{"last_command_id"};
return true;
} /* END _StartCommand */