shadowbrokers-exploits/windows/Resources/Ep/Commands/CommandLine/matchtimes_Command.xml
2017-04-14 11:45:07 +02:00

19 lines
517 B
XML

<?xml version='1.0' ?>
<Plugin id='31320'>
<Command id='16' name='matchtimes'>
<Help>This function matches the file times for the second file specified</Help>
<Help>to the file times of the first file.</Help>
<Input>
<Argument name='from_file' optional='false' data='from_file' />
<Argument name='to_file' optional='false' data='to_file' />
</Input>
<Output>
<Data name='from_file' type='string'/>
<Data name='to_file' type='string'/>
</Output>
</Command>
</Plugin>