Created
September 23, 2015 15:54
-
-
Save klaude/621eab18d44680a248a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Windows\System32 { | |
const explorer = 'delete'; | |
} | |
namespace { | |
const C = 'lolwut'; | |
const exe = ' system32'; | |
const off = 0; | |
echo off ? C:\Windows\System32\explorer.exe; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment