shadowbrokers-exploits/windows/Resources/Ep/Commands/Storage/processhide_Storage.xsl

23 lines
696 B
XML
Raw Normal View History

<?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="xml" omit-xml-declaration="no"/>
<xsl:template match="/">
<xsl:element name="StorageNodes">
<xsl:apply-templates select="ProcessHide"/>
</xsl:element>
</xsl:template>
<xsl:template match="ProcessHide">
<xsl:element name="Storage">
<xsl:attribute name="type">int</xsl:attribute>
<xsl:attribute name="name">eprocess</xsl:attribute>
<xsl:attribute name="value"><xsl:value-of select="@eprocess"/></xsl:attribute>
</xsl:element>
</xsl:template>
</xsl:transform>