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
#!/usr/bin/env python | |
# GNU Ed 2.0 (python version) | |
# | |
# Copyright (C) 1994 Andrew L. Moore. | |
# Copyright (C) 2014 Free Software Foundation, Inc. | |
# Copyright (C) 2014 dx | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by |
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
using System; | |
using System.Collections.Generic; | |
using System.Text; | |
using System.Reflection; | |
namespace DLL_Pirate | |
{ | |
class Program | |
{ | |
static void Main(string[] args) |