Skip to content

Instantly share code, notes, and snippets.

@ultratrunks
ultratrunks / DllInjector.cs
Last active January 23, 2023 20:11
Clean class in C# used for DLL injection
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
namespace DllInjector
{
public static class DllInjector
{