shadowbrokers-exploits/windows/Resources/Pc/Commands/Display/injectdll_display.xsl

11 lines
317 B
XML
Raw Normal View History

<?xml version='1.1' ?>
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="include/StandardTransforms.xsl"/>
<xsl:template match="Success">
<xsl:text>Library injected</xsl:text>
<xsl:call-template name="PrintReturn"/>
</xsl:template>
</xsl:transform>