shadowbrokers-exploits/windows/Resources/Ep/Commands/Display/LoadPlugin_Display.xsl
2017-04-14 11:45:07 +02:00

20 lines
No EOL
1,008 B
XML

<?xml version='1.0' ?>
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="StandardTransforms.xsl"/>
<xsl:output method="text"/>
<xsl:template match="AlreadyLoaded">Plugin is already loaded<xsl:call-template name="PrintReturn"/></xsl:template>
<xsl:template match="FindPlugin"><xsl:call-template name="PrintReturn"/>Finding plugin<xsl:call-template name="PrintReturn"/></xsl:template>
<xsl:template match="Found"> Plugin found<xsl:call-template name="PrintReturn"/></xsl:template>
<xsl:template match="Increment"> Incrementing plugin load count to <xsl:value-of select="."/><xsl:call-template name="PrintReturn"/></xsl:template>
<xsl:template match="Loading">Uploading plugin<xsl:call-template name="PrintReturn"/></xsl:template>
<xsl:template match="Loaded"> Plugin <xsl:value-of select="@id"/> loaded at <xsl:value-of select="@address"/><xsl:call-template name="PrintReturn"/></xsl:template>
</xsl:transform>